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:
authorThayne McCombs <astrothayne@gmail.com>2017-06-25 07:52:20 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-06-27 02:43:49 +0300
commit133a11d5388185fa4afd80d758621ccf20a08b06 (patch)
treec4898d1c62c408be544ed1fd2c5a78a1879f6974
parent032f669a4bb7e24d07f59c56423114b158d22d27 (diff)
Add badges for travis-ci and appveyor to Cargo.toml
Fixes #35 Doesn't add CI for OSX
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a83fdbf..8466780 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,10 @@ keywords = ["directory", "recursive", "walk", "iterator"]
categories = ["filesystem"]
license = "Unlicense/MIT"
+[badges]
+travis-ci = { repository = "BurntSushi/walkdir" }
+appveyor = { repository = "BurntSushi/walkdir" }
+
[dependencies]
same-file = "0.1.1"