mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
18 lines
334 B
TOML
18 lines
334 B
TOML
[package]
|
|
name = "tests-build"
|
|
version = "0.1.0"
|
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
publish = false
|
|
|
|
[features]
|
|
full = ["tokio/full"]
|
|
rt = ["tokio/rt", "tokio/macros"]
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.0.0", path = "../tokio", optional = true }
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0"
|