Files
tokio/tests-build/Cargo.toml
T

21 lines
360 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 = "2021"
2024-10-23 18:48:07 +02:00
license = "MIT"
2019-11-22 14:38:49 -08:00
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]
2024-10-23 18:48:07 +02:00
tokio = { version = "1.0.0", path = "../tokio", optional = true }
2019-11-22 14:38:49 -08:00
[dev-dependencies]
trybuild = "1.0"
[lints]
workspace = true