summaryrefslogtreecommitdiffstats
path: root/CLI/rust/Cargo.toml
blob: a8e42e5244bd9e58980f0cca7d13876a1bbcbf23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"] }
curl = "0.4.35"
rand = "0.8.3"
regex = "1.4.5"
terminal_size = "0.1.16"

[dev-dependencies]
mocktopus = "^0.7.0"