mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-27 08:05:21 +00:00
12 lines
212 B
TOML
12 lines
212 B
TOML
[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 = []
|