From b1fc29669b54d544e02d2d73b8dc841d43a5c92a Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 25 Apr 2025 23:00:14 +0100 Subject: initial commit --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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"] } -- cgit