mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
16 lines
347 B
TOML
16 lines
347 B
TOML
[package]
|
|||
|
|
name = "tests-integration"
|
||
|
|
version = "0.1.0"
|
||
|
|
authors = ["Tokio Contributors <[email protected]>"]
|
||
|
|
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"] }
|