aboutsummaryrefslogtreecommitdiffstats
path: root/components/remutex/Cargo.toml
blob: 612de162b2612e72e2503a3034634ed7aab68448 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "servo_remutex"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false

[lib]
name = "servo_remutex"
path = "lib.rs"
test = false
doctest = false

[dependencies]
lazy_static = { workspace = true }
log = { workspace = true }