Files
snake-rs/Cargo.toml
T
Uttarayan Mondal c2eff08c9f Added way to print the snake with ascii extended
But ncurses doesn't seem to support ascii extended
so it looks bizzare
2021-01-20 20:52:17 +05:30

12 lines
264 B
TOML

[package]
name = "snake"
version = "0.2.0"
authors = ["Uttarayan Mondal <uttarayan21@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ncurses = "5.100.0"
rand = "0.8.0"