Files
tokio/tests-build/Cargo.toml
T

17 lines
299 B
TOML
Raw Normal View History

2019-11-22 14:38:49 -08:00
[package]
name = "tests-build"
version = "0.1.0"
authors = ["Tokio Contributors <[email protected]>"]
edition = "2018"
publish = false
[features]
full = ["tokio/full"]
2020-10-13 06:13:23 +09:00
rt = ["tokio/rt", "tokio/macros"]
2019-11-22 14:38:49 -08:00
[dependencies]
tokio = { path = "../tokio", optional = true }
[dev-dependencies]
trybuild = "1.0"