aboutsummaryrefslogtreecommitdiff
path: root/test-suite/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/Cargo.toml')
-rw-r--r--test-suite/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/Cargo.toml b/test-suite/Cargo.toml
index 4d539c8..5122cfc 100644
--- a/test-suite/Cargo.toml
+++ b/test-suite/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "toml_test_suite"
+name = "milf_test_suite"
version = "0.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
publish = false
@@ -11,7 +11,7 @@ harness = false
[dev-dependencies]
bencher = "0.1"
-toml = { path = ".." }
+milf = { path = ".." }
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
serde_json = "1.0"