rust/library/portable-simd/crates/test_helpers/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
204 B
TOML
Raw Normal View History

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