[package] name = "advent-of-code" version = "0.1.0" authors = ["Jesse Luehrs "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] 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"] }