aboutsummaryrefslogblamecommitdiffstats
path: root/Cargo.toml
blob: 5e8c57552fa6d6644e9c249df945d9b42ee60e86 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
              
 
                                                          


                              
                      
                            



                                                                     
















                                


                                                                 
[workspace]
resolver = "2"

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

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

# WASM dependencies

web-sys = "0.3"
js-sys = "0.3"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4.50"

# dev-dependencies

tracing-wasm = "0.2.1"
wasm-bindgen-test = "0.3.0"
test-log = "0.2"
env_logger = "*"
tracing-subscriber = "0.3"

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