mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
More Cargo.toml updates
This commit is contained in:
parent
14303bd651
commit
77f7fa552d
10 changed files with 103 additions and 106 deletions
|
@ -11,10 +11,10 @@ name = "servo_arc"
|
|||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
servo = ["serde"]
|
||||
gecko_refcount_logging = []
|
||||
servo = ["serde"]
|
||||
|
||||
[dependencies]
|
||||
nodrop = {version = "0.1.8"}
|
||||
serde = {version = "1.0", optional = true}
|
||||
nodrop = { version = "0.1.8" }
|
||||
serde = { version = "1.0", optional = true }
|
||||
stable_deref_trait = "1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue