diff options
Diffstat (limited to 'luz/Cargo.toml')
-rw-r--r-- | luz/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luz/Cargo.toml b/luz/Cargo.toml index c1c1511..0a7f86e 100644 --- a/luz/Cargo.toml +++ b/luz/Cargo.toml @@ -24,7 +24,7 @@ tracing = "0.1.40" trust-dns-resolver = "0.22.0" try_map = "0.3.1" stanza = { version = "0.1.0", path = "../stanza" } -peanuts = { version = "0.1.0", path = "../../peanuts" } +peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" } jid = { version = "0.1.0", path = "../jid" } futures = "0.3.31" take_mut = "0.2.2" |