summaryrefslogtreecommitdiffstats
path: root/servo/ports/geckolib/tests/Cargo.toml
blob: 124ba91d96a4212d060ffe09a43612bd8d5d10c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stylo_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"

[lib]
name = "stylo_tests"
path = "lib.rs"
doctest = false

[dependencies]
style = {path = "../../../components/style", features = ["gecko"]}
euclid = "0.22"