Files
snake-rs/Cargo.toml
T
Uttarayan Mondal f9be68e34b Added screenshot and asciinema
Updated README.
Bumped version to 0.2.0
2021-01-19 21:05:46 +05:30

12 lines
263 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.71.1"
rand = "0.8.0"