diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c42775a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "macaw-web" +version = "0.1.0" +edition = "2024" + +[dependencies] +filamento = { path = "../luz/filamento" } +jid = { path = "../luz/jid" } +leptos = { version = "0.7.8", features = ["csr"] } +leptos_meta = "0.7.8" +stylance = "0.6.0" +thiserror = "2.0.12" +tokio = { version = "1.44.2", features = ["sync"] } |