From 2dc6a74b84825f65142c1fa7d3e67cd4f35ee3cb Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Wed, 8 Mar 2017 11:09:37 -0800 Subject: Initial work on deep serde integration --- examples/file-toml/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/file-toml/Cargo.toml') diff --git a/examples/file-toml/Cargo.toml b/examples/file-toml/Cargo.toml index 6f45799..0501895 100644 --- a/examples/file-toml/Cargo.toml +++ b/examples/file-toml/Cargo.toml @@ -1,6 +1,9 @@ [package] name = "file-toml" version = "0.1.0" +workspace = "../../" [dependencies] -config = { path = "../.." } +config = { path = "../../lib", features = ["toml"] } +serde = "^0.9" +serde_derive = "^0.9" -- cgit v1.2.3