diff options
author | 2024-12-06 06:33:10 +0000 | |
---|---|---|
committer | 2024-12-06 06:33:10 +0000 | |
commit | 4f0691de7d8d00e6c58da58186e511425f7470ed (patch) | |
tree | 7ef46d1fa3f588f16d1b68624d47e9f9deea9af5 /Cargo.toml | |
parent | 1d831b4c4e730a7a7a4556e6c71aecc88d73d9ee (diff) | |
download | peanuts-4f0691de7d8d00e6c58da58186e511425f7470ed.tar.gz peanuts-4f0691de7d8d00e6c58da58186e511425f7470ed.tar.bz2 peanuts-4f0691de7d8d00e6c58da58186e511425f7470ed.zip |
remove broken stream implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ edition = "2021" async-recursion = "1.1.1" circular = { version = "0.3.0", path = "../circular" } futures = "0.3.30" +futures-util = { version = "0.3.31", features = ["sink"] } nom = "7.1.3" tokio = { version = "1.36.0", features = ["io-util", "net", "io-std", "full"] } tracing = "0.1.41" |