aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index b6bbd4c..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-name = "includedir"
-description = "Include a whole directory tree at compile time!"
-keywords = ["include", "tree", "directory", "build", "static"]
-version = "0.1.1"
-authors = ["Till Höppner <till@hoeppner.ws>"]
-license = "MIT"
-homepage = "https://github.com/tilpner/includedir"
-repository = "https://github.com/tilpner/includedir"
-
-[dependencies]
-walkdir = "0.1.5"
-phf_codegen = "0.7.12"