mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
17 lines
283 B
TOML
17 lines
283 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"
|
|
test = false
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
lazy_static = "1"
|
|
log = "0.4"
|
|
nonzero = {path = "../nonzero"}
|