[package] name = "cb-play" edition.workspace = true version.workspace = true license-file.workspace = true [dependencies] cb-kernel.workspace = true cb-events.workspace = true cb-render-html.workspace = true cb-game-runtime = { workspace = true, features = ["scenarios"] } games-ground = { workspace = true, features = ["scenarios"] } serde_json.workspace = true # Scenario args are YAML values; the prompt renders them (T02). serde_yaml.workspace = true [dev-dependencies] # ADR-0009: the real page, driven by a real JS engine, into the real # socket. Dev-only — cb-play ships without it. cb-render-html = { workspace = true, features = ["js-harness"] } [lints] workspace = true