More Cargo.toml updates

This commit is contained in:
atouchet 2020-05-30 18:18:57 -07:00
parent 14303bd651
commit 77f7fa552d
10 changed files with 103 additions and 106 deletions

View file

@ -12,6 +12,6 @@ path = "lib.rs"
[dependencies]
euclid = "0.20"
malloc_size_of = {path = "../malloc_size_of"}
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
serde = {version = "1", features = ["derive"]}
serde = { version = "1", features = ["derive"] }