summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2021-12-24 22:35:20 +0200
committerJustin Wernick <justin@worthe-it.co.za>2021-12-24 22:35:20 +0200
commit152b7cf786f4b567944eaa2ea8e1313a23e200b8 (patch)
treeae99e3e88a865f936d9445242307844c43f35fa1 /Cargo.toml
parent4414ced947994065db36ee5c93346de387e1f2a6 (diff)
Day 24
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f359858..d5058d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2021"
cached = "0.25.0"
derive_more = "0.99.2"
nom = "7.0.0"
+proptest = "1.0.0"
thiserror = "1.0.29"
[profile.release]