[package] name = "profile_tests" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" edition = "2018" [lib] name = "profile_tests" path = "lib.rs" doctest = false [dependencies] ipc-channel = { workspace = true } profile = { path = "../../../components/profile" } profile_traits = { workspace = true } servo_config = { path = "../../../components/config" }