aboutsummaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
downloadincludedir-e215c9f8bff4e049ebce94d3c5620f8ec03ed832.tar.gz
includedir-e215c9f8bff4e049ebce94d3c5620f8ec03ed832.tar.xz
includedir-e215c9f8bff4e049ebce94d3c5620f8ec03ed832.zip
Initial commit.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..b853292
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "includedir"
+version = "0.1.0"
+authors = ["Till Höppner <till@hoeppner.ws>"]
+
+[dependencies]
+walkdir = "0.1.5"
+phf_codegen = "0.7.12"