12 lines
211 B
TOML
12 lines
211 B
TOML
[package]
|
|
name = "cb-sim"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license-file.workspace = true
|
|
|
|
[dependencies]
|
|
cb-game-runtime.workspace = true
|
|
games-ground.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|