Files
advent2019/Cargo.toml
2019-12-23 17:24:06 -08:00

16 lines
312 B
TOML

[package]
name = "aoc"
version = "0.1.0"
authors = ["awick"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytecount = "^0.6.0"
clap = "^2.33.0"
image = "^0.22.0"
itertools = "^0.8.0"
rand = "^0.7"
terminal_graphics = "^0.1.5"