[package] name = "game-of-life" version = "0.1.0" authors = ["a14m "] edition = "2018" description = "Conway's game of life implementation as a CLI rust crate" readme = "README.md" homepage = "https://git.sr.ht/~a14m/game-of-life/tree/master/CLI/rust/README.md" repository = "https://git.sr.ht/~a14m/game-of-life/tree/master/CLI/rust" license = "MIT" [dependencies] clap = { version = "3.0.0-beta.2", features = ["wrap_help"] } curl = "0.4.35" rand = "0.8.3" regex = "1.4.5" ctrlc = "3.1.8" terminal_size = "0.1.16" [dev-dependencies] mocktopus = "^0.7.0"