async-await-rust-meetup-exa.../Cargo.toml

11 lines
307 B
TOML
Raw Permalink Normal View History

[package]
name = "async-example"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.36.0", default-features = false, features = ["time", "rt-multi-thread", "macros"] }
futures = "0.3.30"
async-stream = "0.3.5"
2024-10-18 11:56:43 +02:00
async-backtrace = { git = "https://github.com/tokio-rs/async-backtrace" }