From 76ea017eb8d9feda691d21ec501e31e02a8fa224 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 30 May 2025 20:57:41 +0100 Subject: chore(luz): move dependencies to workspace --- Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 63831e5..5e8c575 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,28 @@ 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" } -- cgit