summaryrefslogtreecommitdiffstats
path: root/examples/basic/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-03-08 11:09:37 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-03-08 11:09:37 -0800
commit2dc6a74b84825f65142c1fa7d3e67cd4f35ee3cb (patch)
tree23b21f732efbb215498db6debf6dbaee3af7e94f /examples/basic/Cargo.toml
parentc9ee1568fe212e4c352ec1afc52db44b34348fcd (diff)
Initial work on deep serde integration
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" }