mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-24 07:09:19 +00:00
11 lines
171 B
TOML
11 lines
171 B
TOML
[package]
|
|
name = "test_helpers"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies.proptest]
|
|
version = "0.10"
|
|
default-features = false
|
|
features = ["alloc"]
|