mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-15 00:00:15 +02:00
This directory was deleted when `cargo hack` was introduced, however there were some tests that were still useful (macro failure output). Also, additional build tests will be added over time.
16 lines
265 B
TOML
16 lines
265 B
TOML
[package]
|
|
name = "tests-build"
|
|
version = "0.1.0"
|
|
authors = ["Tokio Contributors <[email protected]>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[features]
|
|
full = ["tokio/full"]
|
|
|
|
[dependencies]
|
|
tokio = { path = "../tokio", optional = true }
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0"
|