mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
15 lines
304 B
TOML
15 lines
304 B
TOML
[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 = { version = "0.3.0", features = ["async-await"] }
|