xref: /DragonOS/user/apps/test_tokio/Cargo.toml (revision 4afc5b7b7bed743d18c058e4843dcbdb2f3ad751)
1[package]
2name = "test_tokio"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7tokio = { version = "1.25", features = [
8    "macros",
9    "rt",
10    "rt-multi-thread",
11    "net",
12    "signal",
13] }