diff options
Diffstat (limited to 'dungeon/Cargo.toml')
| -rw-r--r-- | dungeon/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dungeon/Cargo.toml b/dungeon/Cargo.toml index 5548248..b50412b 100644 --- a/dungeon/Cargo.toml +++ b/dungeon/Cargo.toml @@ -5,6 +5,8 @@ edition = "2024" [dependencies] rand = "0.9" +strum = { version = "0.27", features = ["derive"] } +strum_macros = "0.27" [lints] workspace = true |