[package] name = "wump" description = "Hunt the Wumpus" authors = ["Evan Williams "] version = "0.1.1" edition = "2021" repository = "https://github.com/evanjpw/wump.git" readme = "README.md" license = "MIT" categories = ["games"] keywords = ["retro", "game"] exclude = ["./nah", "./.idea"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.82" clap = { version = "4.5.4", features = ["derive"] } indoc = "2.0.5" promptly = "0.3.1" rand = "0.8.5" slotmap = { version = "1.0.7" } text_io = "0.1.12" thiserror = "1.0.59"