summaryrefslogtreecommitdiffstats
path: root/examples/file-json/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/file-json/Cargo.toml
parentd7ad51c8851fe3c845569760935fae1828e859b5 (diff)
Refactor the file source to allow for N formats; implement JSON.
Diffstat (limited to 'examples/file-json/Cargo.toml')
-rw-r--r--examples/file-json/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/file-json/Cargo.toml b/examples/file-json/Cargo.toml
new file mode 100644
index 0000000..7223f35
--- /dev/null
+++ b/examples/file-json/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "file-json"
+version = "0.1.0"
+
+[dependencies]
+config = { path = "../..", default-features = false, features = ["json"] }