rust/crates/test_helpers/Cargo.toml
Jubilee Young 2acf204b09 Rename to portable-simd and remove other names
Clean up references to the repo's previous name.
Removes the authors field, which is non-obligatory since RFC 3052.
Better to omit than confound: let git log be our witness.
2021-08-04 23:12:23 -07:00

11 lines
171 B
TOML

[package]
name = "test_helpers"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies.proptest]
version = "0.10"
default-features = false
features = ["alloc"]