diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-21 14:10:24 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-21 14:10:24 -0600 |
commit | 7bbbfd046324363c8db1fb15d39aeb02fe7331b5 (patch) | |
tree | a416bb991c23e083d0b5816dfc8b00cd1aceda78 /test-suite/Cargo.toml | |
parent | b1417006df376e6c406bff43740dd11aa7ef744e (diff) | |
download | milf-rs-main.tar.gz milf-rs-main.zip |
Diffstat (limited to 'test-suite/Cargo.toml')
-rw-r--r-- | test-suite/Cargo.toml | 4 |
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" |