rust/crates/test_helpers/Cargo.toml

11 lines
171 B
TOML
Raw Normal View History

2021-01-03 15:09:26 -06:00
[package]
name = "test_helpers"
version = "0.1.0"
edition = "2021"
2021-01-03 15:09:26 -06:00
publish = false
2021-02-13 10:40:10 -06:00
[dependencies.proptest]
version = "0.10"
default-features = false
features = ["alloc"]