Forgot to exit src folder lol

This commit is contained in:
Uttarayan Mondal
2021-01-05 03:42:19 +05:30
parent 4cc7dbce92
commit e5bbdd7b41
4 changed files with 125 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[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"