15 lines
258 B
TOML
15 lines
258 B
TOML
[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"
|