Files
snake-rs/Cargo.toml
T
2021-01-05 03:42:19 +05:30

12 lines
263 B
TOML

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