blob: ce563a0e53aa622ffc3da59ae09effa981426dd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[workspace]
resolver = "2"
members = ["luz", "lampada", "stanza", "jid", "filamento"]
[workspace.dependencies]
tokio = { version = "1.42.0" }
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" }
|