Cargo.toml (271B)
1 [package] 2 name = "stylo_tests" 3 version = "0.0.1" 4 authors = ["The Servo Project Developers"] 5 license = "MPL-2.0" 6 7 [lib] 8 name = "stylo_tests" 9 path = "lib.rs" 10 doctest = false 11 12 [dependencies] 13 style = {path = "../../../components/style", features = ["gecko"]} 14 euclid = "0.22"