aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 63831e5e6f129f770f032bdaee52bda6cae531a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[workspace]
resolver = "2"

members = ["luz", "lampada", "stanza", "jid", "filamento"]

[workspace.dependencies]
tokio = { version = "1.42.0" }
jid = { path = "jid" }
peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" }
thiserror = "2.0.11"
chrono = { version = "0.4.40" }
serde = { version = "1.0.219" }

[patch.crates-io]
tokio_with_wasm = { path = "../tokio-with-wasm/tokio_with_wasm" }