diff options
Diffstat (limited to 'codegen/Cargo.toml')
-rw-r--r-- | codegen/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml new file mode 100644 index 0000000..1fb1cad --- /dev/null +++ b/codegen/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "includedir_codegen" +description = "Include a whole directory tree at compile time! - Compile time part" +keywords = ["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" +phf_codegen = "0.7.12" +flate2 = "0.2.13" |