aoc2022/07/Cargo.toml

16 lines
258 B
TOML
Raw Normal View History

2022-12-08 04:02:28 +00:00
[package]
name = "aoc07"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.66"
chrono = "0.4.23"
clap = { version = "4.0.29", features = ["derive"] }
ctrlc = "3.2.3"
fern = "0.6.1"
fuse = "0.3.1"
indexmap = "1.9.2"
log = "0.4.17"
time = "0.1"