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

@ -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"