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 --- example/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 example/Cargo.toml (limited to 'example/Cargo.toml') diff --git a/example/Cargo.toml b/example/Cargo.toml new file mode 100644 index 0000000..678f8fb --- /dev/null +++ b/example/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "foo" +version = "0.1.0" +authors = ["Till Höppner "] +build = "build.rs" +include = ["data", "data/*", "data/**"] +publish = false + +[dependencies] +phf = "0.7.12" +# includedir = "0.1.1" +includedir = { path = "../lib" } + +[build-dependencies] +# includedir = "0.1.1" +includedir = { path = "../lib" } +includedir_codegen = { path = "../codegen" } -- cgit v1.2.3