15 lines
290 B
TOML
15 lines
290 B
TOML
[package]
|
|
name = "cb-game-runtime"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license-file.workspace = true
|
|
|
|
[dependencies]
|
|
cb-kernel.workspace = true
|
|
cb-events.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
serde_yaml.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|