AoC2021/Cargo.toml
Julius c75d35d80d
All checks were successful
continuous-integration/drone/push Build is passing
No more expect, we use Result now
2021-12-07 19:40:41 +01:00

12 lines
228 B
TOML

[package]
name = "aoc2021"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.34.0"
chrono = "0.4.19"
anyhow = "1.0.51"