servo/components/remutex/Cargo.toml
2016-12-14 18:04:37 -06:00

14 lines
226 B
TOML

[package]
name = "servo_remutex"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]
name = "servo_remutex"
path = "lib.rs"
[dependencies]
lazy_static = "0.2"
log = "0.3.5"