From 7e6af834ea05913f5e865e3b1ea5fca22b0222a3 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Tue, 16 Feb 2016 19:08:48 +0100 Subject: Update Cargo.toml --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] +license = "MIT" +homepage = "https://github.com/tilpner/includedir" +repository = "https://github.com/tilpner/includedir" [dependencies] walkdir = "0.1.5" -- cgit v1.2.3