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:
authorMichal Budzynski <budziq@gmail.com>2017-06-14 17:21:37 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-06-27 02:29:57 +0300
commit6a031649b9f950911b756dfb64f17b1ea8076ab3 (patch)
treefe45dc0cf515761d0d96938b6b82236793ec3d67
parent8d2b9840b43696472c11c7326a53c4be980b4e28 (diff)
Added categories to Cargo.toml
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 34a7b5b..66039c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ homepage = "https://github.com/BurntSushi/walkdir"
repository = "https://github.com/BurntSushi/walkdir"
readme = "README.md"
keywords = ["directory", "recursive", "walk", "iterator"]
+categories = ["filesystem"]
license = "Unlicense/MIT"
[dependencies]