From aea35fa7e1a3261e5e7a3e8daa999bed3dcd193f Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Thu, 18 Feb 2016 18:53:30 +0100 Subject: Restructure, add API, add compression --- codegen/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codegen/Cargo.toml (limited to 'codegen/Cargo.toml') 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 "] +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" -- cgit v1.2.3