tokio-test/Cargo.toml

11 lines
317 B
TOML

[package]
name = "tokio-run"
version = "0.1.0"
authors = ["RouxAntoine <antoiroux@hotmail.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.2.0", features = ["macros", "rt-multi-thread", "net", "io-util"] }