mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
21 lines
360 B
TOML
21 lines
360 B
TOML
[package]
|
|
name = "tests-build"
|
|
version = "0.1.0"
|
|
authors = ["Tokio Contributors <[email protected]>"]
|
|
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"
|
|
|
|
[lints]
|
|
workspace = true
|