2021-01-03 15:09:26 -06:00
|
|
|
[package]
|
|
|
|
name = "test_helpers"
|
|
|
|
version = "0.1.0"
|
2021-09-29 15:07:27 -05:00
|
|
|
edition = "2021"
|
2021-01-03 15:09:26 -06:00
|
|
|
publish = false
|
|
|
|
|
2023-07-21 14:44:15 -05:00
|
|
|
[dependencies]
|
|
|
|
proptest = { version = "0.10", default-features = false, features = ["alloc"] }
|
2022-07-29 18:12:24 -05:00
|
|
|
|
|
|
|
[features]
|
|
|
|
all_lane_counts = []
|