More Cargo.toml cleanups

This commit is contained in:
Alex Touchet 2020-05-14 22:20:18 -07:00 committed by GitHub
parent e1cc38bea8
commit d132866c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 128 additions and 129 deletions

View file

@ -13,5 +13,5 @@ path = "lib.rs"
[dependencies]
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
range = {path = "../range"}
range = { path = "../range" }
serde = "1.0"