rs-basic/members/cucumber-demo/Cargo.toml

16 lines
463 B
TOML
Raw Normal View History

2024-01-10 16:19:03 +01:00
[package]
name = "cucumber-demo"
2024-01-10 16:19:03 +01:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2024-01-12 14:22:02 +01:00
[dev-dependencies]
futures = "0.3.30"
cucumber = "0.20.2"
tokio = { version = "1.10", features = ["macros", "rt-multi-thread", "time"] }
[[test]]
name = "example" # this should be the same as the filename of your test target
harness = false # allows Cucumber to print output instead of libtest