summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 4b80be78d1121adba3f6152ae6f95d5b11a89f9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "macaw-web"
version = "0.1.0"
edition = "2024"

[dependencies]
console_error_panic_hook = "0.1.7"
filamento = { path = "../luz/filamento", features = ["serde", "reactive_stores"] }
futures = "0.3.31"
indexmap = "2.9.0"
jid = { path = "../luz/jid" }
leptos = { version = "0.7.5", features = ["csr"] }
leptos-use = "0.15.7"
leptos_meta = "0.7.8"
leptos_reactive = { version = "0.6.15", features = ["csr"] }
reactive_stores = "0.1.8"
serde = "1.0.219"
stylance = "0.6.0"
thiserror = "2.0.12"
tokio = { version = "1.44.2", features = ["sync"] }
tracing = "0.1.41"
tracing-wasm = "0.2.1"
uuid = { version = "1.16.0", features = ["v4"] }