aboutsummaryrefslogtreecommitdiff
path: root/libgitmail/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-01-10 00:41:53 +0000
committerKatharina Fey <kookie@spacekookie.de>2020-01-10 01:05:28 +0000
commitbea5c01718493a1c2a4840090b596eebdafa33f0 (patch)
treeec102e6eea7be55856dc1af8d0f6ef99da8346de /libgitmail/Cargo.toml
parentfdb464b380dcda0f9afeee080ebe988e3934e02b (diff)
Add quickcheck dependency to libgitmail
Diffstat (limited to 'libgitmail/Cargo.toml')
-rw-r--r--libgitmail/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgitmail/Cargo.toml b/libgitmail/Cargo.toml
index 1a45357..c823723 100644
--- a/libgitmail/Cargo.toml
+++ b/libgitmail/Cargo.toml
@@ -8,4 +8,5 @@ license = "GPL-3.0"
[dependencies]
mailparse = "0.10"
-nom = "5.0" \ No newline at end of file
+nom = "5.0"
+quickcheck = "0.9" \ No newline at end of file