summaryrefslogtreecommitdiffstats
path: root/tests-build/Cargo.toml
blob: 68231d714e0a00fbeb6c418521521059acdcb665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tests-build"
version = "0.1.0"
authors = ["Tokio Contributors <team@tokio.rs>"]
edition = "2018"
publish = false

[features]
full = ["tokio/full"]

[dependencies]
tokio = { path = "../tokio", optional = true }

[dev-dependencies]
trybuild = "1.0"