snakers/Cargo.toml

12 lines
220 B
TOML
Raw Normal View History

2021-11-28 21:00:39 -05:00
[package]
name = "snakers"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tui = "0.16"
termion = "1.5"
rand = "0.8.4"