c2eff08c9f
But ncurses doesn't seem to support ascii extended so it looks bizzare
12 lines
264 B
TOML
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"
|