Some checks failed
cargo devel CI / cargo CI (push) Failing after 32s
18 lines
363 B
TOML
18 lines
363 B
TOML
[package]
|
|
name = "future_stream"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.35.1", features = [
|
|
"net",
|
|
"rt",
|
|
"macros",
|
|
"rt-multi-thread",
|
|
"io-util",
|
|
"time",
|
|
"sync",
|
|
] }
|
|
futures = { version = "0.3.30", features = ["executor"] }
|