kajam_10/Cargo.toml

13 lines
149 B
TOML
Raw Normal View History

[package]
name = "kajam_10"
version = "0.1.0"
edition = "2021"
[dependencies]
kajam_10_game = { path = "game" }
[workspace]
members = [
"game",
]