aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-30 14:01:24 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-30 14:01:24 +0100
commitba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4 (patch)
treefa53ec9ef21468d5eeeb2aed7caf3eb4cc2c109f /Cargo.toml
parent73d33c46fb9d65eb0c831fcf6b408f1d67a99f44 (diff)
downloadluz-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.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c869d3d..ce563a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }