8bc7770bf3
also changed all i32 to u32
12 lines
264 B
TOML
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"
|