aboutsummaryrefslogtreecommitdiffstats
path: root/lampada
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-10 01:36:36 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-10 01:37:10 +0100
commit76ba919e6a39f59beabd4443010a3cd635fad885 (patch)
treece7d351de62b6fc3f4b4575f2e705f1343c95f8e /lampada
parent2b15528545a45d326799f31b00f0e0d2d0f89c91 (diff)
downloadluz-76ba919e6a39f59beabd4443010a3cd635fad885.tar.gz
luz-76ba919e6a39f59beabd4443010a3cd635fad885.tar.bz2
luz-76ba919e6a39f59beabd4443010a3cd635fad885.zip
feat: use git repo for dependency `peanuts`
Diffstat (limited to 'lampada')
-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"