about summary refs log tree commit diff
path: root/library/portable-simd/crates/test_helpers/Cargo.toml
blob: a5359b9abc84d56e102e5fcc4f7e0869421dae9b (plain)
1
2
3
4
5
6
7
8
[package]
name = "test_helpers"
version = "0.1.0"
edition = "2021"
publish = false

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