diff options
author | 2025-04-25 23:00:14 +0100 | |
---|---|---|
committer | 2025-04-25 23:00:14 +0100 | |
commit | b1fc29669b54d544e02d2d73b8dc841d43a5c92a (patch) | |
tree | c972506b2ab5730a6fb0b750b40871f164d49152 /Cargo.toml | |
download | macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.tar.gz macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.tar.bz2 macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.zip |
initial commit
Diffstat (limited to 'Cargo.toml')
-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"] } |