mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
18 lines
346 B
TOML
18 lines
346 B
TOML
[package]
|
|
name = "servo_arc"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "servo_arc"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
servo = ["serde", "heapsize"]
|
|
|
|
[dependencies]
|
|
heapsize = {version = "0.4.0", optional = true}
|
|
serde = {version = "1.0", optional = true}
|
|
nodrop = {version = "0.1.8"}
|