summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c42775a5aa5ccc8cf078b1b51499aec5bfe9491c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"] }