summaryrefslogtreecommitdiffstats
path: root/examples/basic/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basic/Cargo.toml')
-rw-r--r--examples/basic/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml
index 7ede162..25c3f4d 100644
--- a/examples/basic/Cargo.toml
+++ b/examples/basic/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "basic"
version = "0.1.0"
+workspace = "../../"
[dependencies]
-config = { path = "../..", default-features = false }
+config = { path = "../../lib" }