summaryrefslogtreecommitdiffstats
path: root/tests-integration/Cargo.toml
blob: 0dcc1e81ce365086707b509937fd8902ff268dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tests-integration"
version = "0.1.0"
authors = ["Tokio Contributors <team@tokio.rs>"]
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"] }