mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
Co-authored-by: Alice Ryhl <[email protected]> Co-authored-by: Carl Lerche <[email protected]>
17 lines
309 B
TOML
17 lines
309 B
TOML
[package]
|
|
name = "tests-build"
|
|
version = "0.1.0"
|
|
authors = ["Tokio Contributors <[email protected]>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[features]
|
|
full = ["tokio/full"]
|
|
rt-core = ["tokio/rt-core", "tokio/macros"]
|
|
|
|
[dependencies]
|
|
tokio = { path = "../tokio", optional = true }
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0"
|