Files
tokio/ui-tests/Cargo.toml
T

18 lines
406 B
TOML
Raw Normal View History

[package]
name = "ui-tests"
version = "0.1.0"
authors = ["Carl Lerche <[email protected]>"]
edition = "2018"
publish = false
[features]
executor-without-current-thread = ["tokio-executor"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio-executor = { path = "../tokio-executor", optional = true }
[dev-dependencies]
trybuild = "1.0"