aoc.2022/Cargo.toml

12 lines
233 B
TOML
Raw Normal View History

2022-12-02 06:51:39 +00:00
[package]
name = "aoc-2022"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-03 04:30:23 +00:00
anyhow = "1.0.66"
chrono = "0.4.23"
pico-args = "0.5.0"