diff options
author | 2025-05-30 14:01:24 +0100 | |
---|---|---|
committer | 2025-05-30 14:01:24 +0100 | |
commit | ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4 (patch) | |
tree | fa53ec9ef21468d5eeeb2aed7caf3eb4cc2c109f /Cargo.toml | |
parent | 73d33c46fb9d65eb0c831fcf6b408f1d67a99f44 (diff) | |
download | luz-ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4.tar.gz luz-ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4.tar.bz2 luz-ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4.zip |
chore(stanza): update peanuts and use workspace deps
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ 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" } |