aboutsummaryrefslogtreecommitdiff
path: root/examples/foo/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/foo/Cargo.toml')
-rw-r--r--examples/foo/Cargo.toml2
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"