rs-basic/members/revsqrt/Cargo.toml

28 lines
499 B
TOML
Raw Normal View History

2024-01-10 16:53:47 +01:00
[package]
name = "revsqrt"
version = "0.1.0"
edition = "2021"
[dev-dependencies]
criterion = "0.5.1"
2024-01-12 14:45:00 +01:00
futures = "0.3.30"
cucumber = "0.20.2"
tokio = { version = "1.10", features = ["macros", "rt-multi-thread", "time"] }
rand = "0.8.5"
2024-01-10 16:53:47 +01:00
[[bench]]
name = "rsqrt-bench"
harness = false # disable standard harness
[lib]
name = "revsqrt"
path = "src/lib.rs"
[[bin]]
name = "revsqrt"
path = "src/main.rs"
2024-01-12 14:45:00 +01:00
[[test]]
name = "revsqrt"
harness = false # allows Cucumber to print output instead of libtest