Files
tokio/tests-integration/Cargo.toml
T

15 lines
322 B
TOML
Raw Normal View History

2019-10-25 12:50:15 -07:00
[package]
name = "tests-integration"
version = "0.1.0"
authors = ["Tokio Contributors <[email protected]>"]
edition = "2018"
publish = false
[dependencies]
[dev-dependencies]
tokio = { path = "../tokio" }
tokio-test = { path = "../tokio-test" }
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }