[package] name = "twozero48" version = "0.1.3" authors = ["Devdutt Shenoi "] edition = "2018" license = "MIT" repository = "https://github.com/de-sh/twozero48" description = "A CLI implementation of 2048, in rust" [dependencies] termion = "1" rand = "0.7" clap = "3.0.0-beta.2" [[bin]] name = "twozero48" path = "src/main.rs"