summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-25 23:00:14 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-25 23:00:14 +0100
commitb1fc29669b54d544e02d2d73b8dc841d43a5c92a (patch)
treec972506b2ab5730a6fb0b750b40871f164d49152 /Cargo.toml
downloadmacaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.tar.gz
macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.tar.bz2
macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.zip
initial commit
Diffstat (limited to '')
-rw-r--r--Cargo.toml13
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"] }