summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e7995c4de1b0ce93c0e430b20effdd2e2739e806 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "advent-of-code"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
advent-of-code-ocr = "0.1.1"
ahash = "0.8.2"
anyhow = "1.0.66"
once_cell = "1.16.0"
paw = "1.0.0"
priority-queue = "1.3.0"
regex = "1.7.0"
structopt = { version = "0.3.26", features = ["paw", "wrap_help"] }