dungeon-game/Cargo.toml
Alex Bethel 4eded9446b Room generation
I'm too tired to write good code today, but this sorta works I guess
2021-12-18 21:03:00 -06:00

12 lines
232 B
TOML

[package]
name = "dungeon_game"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pancurses = "0.17.0"
rand = "0.8.4"
grid = "0.6.0"