summaryrefslogtreecommitdiffstats
path: root/examples/file-json/Cargo.toml
diff options
context:
space:
mode:
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"] }