mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
14 lines
260 B
TOML
14 lines
260 B
TOML
[package]
|
|
name = "servo_remutex_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "servo_remutex_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
servo_remutex = {path = "../../../components/remutex"}
|
|
|