mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
More Cargo.toml updates
This commit is contained in:
parent
14303bd651
commit
77f7fa552d
10 changed files with 103 additions and 106 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue