aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Höppner2016-02-16 19:08:48 +0100
committerTill Höppner2016-02-16 19:09:08 +0100
commit7e6af834ea05913f5e865e3b1ea5fca22b0222a3 (patch)
treeaeb71730dc59180833a470108396fee6938b5b78
parente215c9f8bff4e049ebce94d3c5620f8ec03ed832 (diff)
downloadincludedir-7e6af834ea05913f5e865e3b1ea5fca22b0222a3.tar.gz
includedir-7e6af834ea05913f5e865e3b1ea5fca22b0222a3.tar.xz
includedir-7e6af834ea05913f5e865e3b1ea5fca22b0222a3.zip
Update Cargo.toml
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b853292..a1a4081 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,12 @@
[package]
name = "includedir"
-version = "0.1.0"
+description = "Include a whole directory tree at compile time!"
+tags = ["include", "tree", "directory", "build", "static"]
+version = "0.1.1"
authors = ["Till Höppner <till@hoeppner.ws>"]
+license = "MIT"
+homepage = "https://github.com/tilpner/includedir"
+repository = "https://github.com/tilpner/includedir"
[dependencies]
walkdir = "0.1.5"