proptesting

This commit is contained in:
Jana Dönszelmann 2026-04-01 13:59:56 +02:00
parent e3648ad8e6
commit bedaa49754
No known key found for this signature in database
4 changed files with 393 additions and 31 deletions

View file

@ -22,3 +22,5 @@ regex = "1"
crossterm = "*"
dumpster = "2.1"
winnow = {version="1", features=["parser"]}
proptest = "1"
proptest-derive = "0.8"