From b11f074ceba10af62b35b414ecaa51a8f13c6550 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 7 Oct 2025 11:01:19 -0400 Subject: initial baseline --- game/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 game/Cargo.toml (limited to 'game/Cargo.toml') diff --git a/game/Cargo.toml b/game/Cargo.toml new file mode 100644 index 0000000..01a8ec9 --- /dev/null +++ b/game/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "game" +version = "0.1.0" +edition = "2024" + +[dependencies] +dungeon = { path = "../dungeon" } +graphics = { path = "../graphics" } + +[lints] +workspace = true -- cgit v1.2.3-freya