aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"