Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7755a17..f3bdf31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,4 +32,6 @@ quickcheck = { version = "0.8", default-features = false }
rand = "0.6"
serde = "1"
serde_derive = "1"
+quickcheck = { version = "0.8.2", default-features = false }
+rand = "0.6.5"
doc-comment = "0.3"