summaryrefslogtreecommitdiffstats
path: root/examples/basic/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-26 19:02:13 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-01-26 19:02:13 -0800
commit589036c19409c7626a5bafda5af96c2fbc6a7de5 (patch)
tree9f4e09809df7c200c3d60b619c7eea9b91e6d70c /examples/basic/Cargo.toml
parentd7ad51c8851fe3c845569760935fae1828e859b5 (diff)
Refactor the file source to allow for N formats; implement JSON.
Diffstat (limited to 'examples/basic/Cargo.toml')
-rw-r--r--examples/basic/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml
index 2cb273b..7ede162 100644
--- a/examples/basic/Cargo.toml
+++ b/examples/basic/Cargo.toml
@@ -1,7 +1,6 @@
[package]
name = "basic"
version = "0.1.0"
-authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
[dependencies]
-config = { path = "../.." }
+config = { path = "../..", default-features = false }