summaryrefslogtreecommitdiffstats
path: root/examples/file-toml/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file-toml/Cargo.toml')
-rw-r--r--examples/file-toml/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/file-toml/Cargo.toml b/examples/file-toml/Cargo.toml
deleted file mode 100644
index 0501895..0000000
--- a/examples/file-toml/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "file-toml"
-version = "0.1.0"
-workspace = "../../"
-
-[dependencies]
-config = { path = "../../lib", features = ["toml"] }
-serde = "^0.9"
-serde_derive = "^0.9"