]> git.lizzy.rs Git - rust.git/blob - library/portable-simd/crates/test_helpers/Cargo.toml
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / library / portable-simd / crates / test_helpers / Cargo.toml
1 [package]
2 name = "test_helpers"
3 version = "0.1.0"
4 edition = "2021"
5 publish = false
6
7 [dependencies.proptest]
8 version = "0.10"
9 default-features = false
10 features = ["alloc"]