diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ [workspace] resolver = "2" -members = ["dungeon", "game", "graphics"] +members = ["audio","dungeon", "game", "graphics"] [workspace.package] version = "0.1.0" @@ -16,6 +16,7 @@ publish = false rust-version = "1.88" [workspace.dependencies] +audio = { path = "audio" } dungeon = { path = "dungeon" } game = { path = "game" } getrandom = "0.3" |