diff options
Diffstat (limited to 'luz/Cargo.toml')
-rw-r--r-- | luz/Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/luz/Cargo.toml b/luz/Cargo.toml index 878132b..b130a68 100644 --- a/luz/Cargo.toml +++ b/luz/Cargo.toml @@ -11,8 +11,6 @@ crate-type = ["cdylib", "rlib"] [dependencies] async-recursion = "1.0.4" -async-trait = "0.1.68" -lazy_static = "1.4.0" uuid = { version = "1.13.1", features = ["v4"] } # TODO: remove unneeded features and dependencies rsasl = { version = "2.0.1", default-features = false, features = [ @@ -24,9 +22,9 @@ rsasl = { version = "2.0.1", default-features = false, features = [ tracing = "0.1.40" try_map = "0.3.1" stanza = { version = "0.1.0", path = "../stanza", features = ["xep_0156"] } -peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" } +peanuts = { workspace = true } # peanuts = { version = "0.1.0", path = "../../peanuts" } -jid = { version = "0.1.0", path = "../jid" } +jid = { workspace = true } futures = "0.3.30" take_mut = "0.2.2" pin-project-lite = "0.2.15" |