diff options
author | Till Höppner | 2016-02-16 19:08:48 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-16 19:09:08 +0100 |
commit | 7e6af834ea05913f5e865e3b1ea5fca22b0222a3 (patch) | |
tree | aeb71730dc59180833a470108396fee6938b5b78 | |
parent | e215c9f8bff4e049ebce94d3c5620f8ec03ed832 (diff) | |
download | includedir-7e6af834ea05913f5e865e3b1ea5fca22b0222a3.tar.gz includedir-7e6af834ea05913f5e865e3b1ea5fca22b0222a3.tar.xz includedir-7e6af834ea05913f5e865e3b1ea5fca22b0222a3.zip |
Update Cargo.toml
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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" |