aboutsummaryrefslogtreecommitdiffstats
path: root/lampada/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lampada/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lampada/Cargo.toml b/lampada/Cargo.toml
index 9b42aad..c68f9c6 100644
--- a/lampada/Cargo.toml
+++ b/lampada/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
futures = "0.3.31"
luz = { version = "0.1.0", path = "../luz" }
-peanuts = { version = "0.1.0", path = "../../peanuts" }
+peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" }
jid = { version = "0.1.0", path = "../jid", features = ["sqlx"] }
stanza = { version = "0.1.0", path = "../stanza", features = ["xep_0203"] }
tokio = "1.42.0"