aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a775549..2f9d38d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,4 +22,7 @@ version = "^0.5"
[dependencies.subtle]
version = "2.1"
-features = ["nightly"] \ No newline at end of file
+features = ["nightly"]
+
+[dev-dependencies]
+proptest = "0.9.4" \ No newline at end of file