Add initial proptests
This commit is contained in:
parent
907691685c
commit
3ec2d34f65
7 changed files with 148 additions and 23 deletions
|
|
@ -21,6 +21,8 @@ clap = { version = "4.4.8", features = ["derive"] }
|
|||
flate2 = "1.0.28"
|
||||
image = "0.25.2"
|
||||
miette = { version = "7.2.0", features = ["fancy"] }
|
||||
proptest = "1.5.0"
|
||||
proptest-derive = "0.5.0"
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
serde = { version = "1.0.192", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue