18 lines
450 B
TOML
18 lines
450 B
TOML
|
|
[package]
|
||
|
|
name = "cb-play"
|
||
|
|
edition.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
license-file.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
cb-kernel.workspace = true
|
||
|
|
cb-events.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
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|