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

[dependencies]
tokio = { path = "../tokio", features = ["full"] }
doc-comment = "0.3.1"

[dev-dependencies]
tokio-test = { path = "../tokio-test" }

futures = { version = "0.3.0", features = ["async-await"] }