aboutsummaryrefslogtreecommitdiff
path: root/examples/foo/Cargo.toml
diff options
context:
space:
mode:
authorTill Höppner2016-02-16 19:06:31 +0100
committerTill Höppner2016-02-16 19:06:31 +0100
commite215c9f8bff4e049ebce94d3c5620f8ec03ed832 (patch)
tree672ff1091888a96b956da6f4b696b15ac805ff79 /examples/foo/Cargo.toml
downloadincludedir-e215c9f8bff4e049ebce94d3c5620f8ec03ed832.tar.gz
includedir-e215c9f8bff4e049ebce94d3c5620f8ec03ed832.tar.xz
includedir-e215c9f8bff4e049ebce94d3c5620f8ec03ed832.zip
Initial commit.
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 = "../.."