2acf204b09
Clean up references to the repo's previous name. Removes the authors field, which is non-obligatory since RFC 3052. Better to omit than confound: let git log be our witness.
11 lines
171 B
TOML
11 lines
171 B
TOML
[package]
|
|
name = "test_helpers"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies.proptest]
|
|
version = "0.10"
|
|
default-features = false
|
|
features = ["alloc"]
|