diff options
Diffstat (limited to 'game/Cargo.toml')
| -rw-r--r-- | game/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |