summaryrefslogtreecommitdiffstats
path: root/tests-integration/Cargo.toml
blob: 2a6af097ed54f40ce994d714fb15b8e08d68583c (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 = { version = "0.3.0", features = ["async-await"] }