diff options
author | 2024-12-06 06:31:20 +0000 | |
---|---|---|
committer | 2024-12-06 06:31:20 +0000 | |
commit | 595d165479b8b12e456f39205d8433b822b07487 (patch) | |
tree | a1a112f92c738ff7b22e97d9f71dda71fe85cf76 /jabber/Cargo.toml | |
parent | aaf34b5bcad1a897bb6fb704aab6b9cd6f6c4620 (diff) | |
download | luz-595d165479b8b12e456f39205d8433b822b07487.tar.gz luz-595d165479b8b12e456f39205d8433b822b07487.tar.bz2 luz-595d165479b8b12e456f39205d8433b822b07487.zip |
implement sink and stream properly UNFOLD UNFOLD
Diffstat (limited to 'jabber/Cargo.toml')
-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"] } |