aboutsummaryrefslogtreecommitdiff
path: root/example/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'example/Cargo.toml')
-rw-r--r--example/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/example/Cargo.toml b/example/Cargo.toml
index 678f8fb..a3cd724 100644
--- a/example/Cargo.toml
+++ b/example/Cargo.toml
@@ -9,9 +9,8 @@ publish = false
[dependencies]
phf = "0.7.12"
# includedir = "0.1.1"
-includedir = { path = "../lib" }
+includedir = { default-features = true, path = "../lib" }
[build-dependencies]
-# includedir = "0.1.1"
-includedir = { path = "../lib" }
+# includedir_codegen = "0.1.1"
includedir_codegen = { path = "../codegen" }