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.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ce8dee..25ba632 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,5 @@
[package]
name = "walkdir"
-# remember to update html_root_url
version = "2.2.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
@@ -24,7 +23,7 @@ version = "0.3"
features = ["std", "winnt"]
[dev-dependencies]
-docopt = "0.8"
+docopt = "1"
quickcheck = { version = "0.6", default-features = false }
rand = "0.4"
serde = "1"