diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,7 @@ dungeon = { path = "dungeon" } game = { path = "game" } getrandom = "0.3" graphics = { path = "graphics" } +rand_xoshiro = "0.7" strum_macros = "0.27" [workspace.dependencies.argh] @@ -28,7 +29,7 @@ default-features = false features = ["help"] [workspace.dependencies.rand] -version = "0.10.0-rc.5" +version = "0.9" default-features = false features = ["os_rng"] |