summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPaul Woolcock <paul@woolcock.us>2018-08-23 14:11:44 -0400
committerPaul Woolcock <paul@woolcock.us>2018-08-23 14:47:46 -0400
commit6ddea8776578c36dd4c83a5f156ef54fb8e35113 (patch)
tree1e778beecc201c6025eb91a75b190b7e614006a3 /Cargo.toml
parent384d3d2c41e8bb7c1d2a74bc94d4491a509f154d (diff)
Use the new toml helpers instead of the toml crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1920cc5..a4228ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,9 +24,6 @@ toml = { version = "0.4.6", optional = true }
version = "0.4"
features = ["serde"]
-[dev-dependencies]
-toml = "0.4"
-
[features]
default-features = []
all = ["toml"]