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.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/foo/Cargo.toml b/examples/foo/Cargo.toml
new file mode 100644
index 0000000..8a30ca2
--- /dev/null
+++ b/examples/foo/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "foo"
+version = "0.1.0"
+authors = ["Till Höppner <till@hoeppner.ws>"]
+build = "build.rs"
+
+[dependencies]
+phf = "*"
+
+[build-dependencies.includedir]
+path = "../.."