From 50ca820cfe207071573d99864da8e7b12ee70446 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sun, 4 Dec 2022 00:16:14 -0800 Subject: [PATCH] Add proptest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d2454c5..e7b28d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] arbitrary = "1.2.0" +proptest = "1.0.0"