diff options
author | Till Höppner | 2016-02-16 19:24:17 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-16 19:24:17 +0100 |
commit | fb3a628cbb2f95fb7e025eb40480488e45ed04cb (patch) | |
tree | ad3d7c5b96d010a987c2a4fe081bb1c9f4ecabb4 /examples/foo/Cargo.toml | |
parent | 013704950b4dc9e57149dc963d2f68039d83ae7b (diff) | |
download | includedir-fb3a628cbb2f95fb7e025eb40480488e45ed04cb.tar.gz includedir-fb3a628cbb2f95fb7e025eb40480488e45ed04cb.tar.xz includedir-fb3a628cbb2f95fb7e025eb40480488e45ed04cb.zip |
Move data out of src again
Diffstat (limited to 'examples/foo/Cargo.toml')
-rw-r--r-- | examples/foo/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/foo/Cargo.toml b/examples/foo/Cargo.toml index aa927c4..93c06c8 100644 --- a/examples/foo/Cargo.toml +++ b/examples/foo/Cargo.toml @@ -3,6 +3,8 @@ 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" |