Files
snake-rs/Cargo.toml
T
Uttarayan Mondal 8bc7770bf3 Snake doesn't clear the board every run
also changed all i32 to u32
2021-01-25 02:48:54 +05:30

12 lines
264 B
TOML

[package]
name = "snake"
version = "0.2.1"
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"