From d735bbab3d24c5a2022363bb83d746bbb3a47e19 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Fri, 11 Nov 2022 16:41:53 -0800 Subject: [PATCH] Add arbitrary crate cf. https://www.greyblake.com/blog/property-based-testing-in-rust-with-arbitrary/ --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 452c4e7..d2454c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +arbitrary = "1.2.0"