aoc.2022/Cargo.toml

15 lines
288 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"
2022-12-14 02:44:30 +00:00
itertools = "0.10.5"
2022-12-03 04:30:23 +00:00
pico-args = "0.5.0"
2022-12-16 21:37:51 +00:00
scraper = "0.13.0"
ureq = "2.5.0"