mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
14 lines
237 B
TOML
14 lines
237 B
TOML
[package]
|
|
name = "layout_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "layout_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
layout = {path = "../../../components/layout"}
|