[package] name = "web_tests" version.workspace = true edition.workspace = true license.workspace = true [dependencies] protocol = { path = "../protocol" } game_runtime = { path = "../game_runtime" } world_model = { path = "../world_model" } rune_ir = { path = "../rune_ir" } server = { path = "../server" }