mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
22 lines
522 B
TOML
22 lines
522 B
TOML
[package]
|
|
name = "layout_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "layout_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
crossbeam-channel = { workspace = true }
|
|
gfx = { path = "../../gfx" }
|
|
ipc-channel = { workspace = true }
|
|
metrics = { path = "../../metrics" }
|
|
msg = { workspace = true }
|
|
net_traits = { workspace = true }
|
|
profile_traits = { workspace = true }
|
|
script_traits = { workspace = true }
|
|
servo_url = { path = "../../url" }
|