diff options
Diffstat (limited to 'game/Cargo.toml')
| -rw-r--r-- | game/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/Cargo.toml b/game/Cargo.toml index b42d1c1..7b5668e 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -8,7 +8,7 @@ publish.workspace = true rust-version.workspace = true [dependencies] -clap.workspace = true +argh.workspace = true dungeon.workspace = true graphics.workspace = true |