diff options
author | Till Höppner | 2016-02-18 18:53:30 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-18 18:53:30 +0100 |
commit | aea35fa7e1a3261e5e7a3e8daa999bed3dcd193f (patch) | |
tree | 6f010c750dd390a5cbbb6c935603b14f800d6d7c /examples/foo/Cargo.toml | |
parent | 7808afe883904650a012ce1ccf8ff596aa294c4b (diff) | |
download | includedir-aea35fa7e1a3261e5e7a3e8daa999bed3dcd193f.tar.gz includedir-aea35fa7e1a3261e5e7a3e8daa999bed3dcd193f.tar.xz includedir-aea35fa7e1a3261e5e7a3e8daa999bed3dcd193f.zip |
Restructure, add API, add compression
Diffstat (limited to 'examples/foo/Cargo.toml')
-rw-r--r-- | examples/foo/Cargo.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/foo/Cargo.toml b/examples/foo/Cargo.toml deleted file mode 100644 index 93c06c8..0000000 --- a/examples/foo/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -name = "foo" -version = "0.1.0" -authors = ["Till Höppner <till@hoeppner.ws>"] -build = "build.rs" -include = ["data"] -publish = false - -[dependencies] -phf = "0.7.12" - -[build-dependencies] -includedir = "0.1.1" |