Add initial proptests

This commit is contained in:
hal8174 2024-09-26 12:38:27 +02:00
parent 907691685c
commit 3ec2d34f65
7 changed files with 148 additions and 23 deletions

View file

@ -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"