summaryrefslogtreecommitdiffstats
path: root/CLI/rust/Cargo.toml
blob: faac33fde842fc5188f7af962129238f5ef5917a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "game-of-life"
version = "0.1.0"
authors = ["a14m <[email protected]>"]
edition = "2018"

[dependencies]
clap = { version = "3.0.0-beta.2", features = ["wrap_help"] }
terminal_size = "0.1.16"

[dev-dependencies]
mocktopus = "^0.7.0"