servo/components/remutex/Cargo.toml
Bastien Orivel c3f919ec0e Update lazy_static to 1.0
For now it'll be duplicated
2017-12-04 22:51:13 +01:00

15 lines
256 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 = "1"
log = "0.3.5"
nonzero = {path = "../nonzero"}