diff options
Diffstat (limited to '')
-rw-r--r-- | jabber/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jabber/Cargo.toml b/jabber/Cargo.toml index 4753e59..68dddd9 100644 --- a/jabber/Cargo.toml +++ b/jabber/Cargo.toml @@ -22,6 +22,9 @@ stanza = { version = "0.1.0", path = "../stanza" } peanuts = { version = "0.1.0", path = "../../peanuts" } jid = { version = "0.1.0", path = "../jid" } futures = "0.3.31" +take_mut = "0.2.2" +pin-project-lite = "0.2.15" +pin-project = "1.1.7" [dev-dependencies] test-log = { version = "0.2", features = ["trace"] } |