summaryrefslogtreecommitdiffstats
path: root/library/portable-simd/crates/test_helpers/Cargo.toml
blob: 23dae7c93381ef32aeb15824128d23ae88098c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "test_helpers"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
proptest = { version = "0.10", default-features = false, features = ["alloc"] }

[features]
all_lane_counts = []