summaryrefslogtreecommitdiffstats
path: root/examples/file-json/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-01 23:22:04 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-01 23:22:04 -0700
commitbfc44c331a77d8c341c076e72df5ed0b56fbd422 (patch)
treec757723957be6b880d1e0d8d26ae2b1c9c606ed2 /examples/file-json/Cargo.toml
parent4357840e95f3646494ddeea4aae12425dfab2db8 (diff)
Move things around and get some tests in place
Diffstat (limited to 'examples/file-json/Cargo.toml')
-rw-r--r--examples/file-json/Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/file-json/Cargo.toml b/examples/file-json/Cargo.toml
deleted file mode 100644
index 1e8765e..0000000
--- a/examples/file-json/Cargo.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[package]
-name = "file-json"
-version = "0.1.0"
-workspace = "../../"
-
-[dependencies]
-config = { path = "../../lib", default-features = false, features = ["json"] }