[package] name = "end-poem-tui" version = "0.1.0" edition = "2021" authors = ["sheepsophie"] readme = "README.md" description = "Minecraft End Poem visualizer in the terminal" license = "GPL-3.0" repository = "https://github.com/sheeperino/end-poem-tui" homepage = "https://github.com/sheeperino/end-poem-tui" categories = ["command-line-interface"] keywords = ["tui", "minecraft", "end-poem", "terminal"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] atomic_refcell = "0.1.13" crossterm = "0.28.1" javarandom = "0.2.1"