[package] name = "script_tests" version = "0.0.1" authors = ["The Servo Project Developers"] [lib] name = "script_tests" path = "lib.rs" doctest = false [dependencies.msg] path = "../../../components/msg" [dependencies.script] path = "../../../components/script" [dependencies.util] path = "../../../components/util"