aoc22/Cargo.toml

17 lines
276 B
TOML

[package]
name = "aoc22"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
itertools = "^0.10"
log = "^0.4"
env_logger = "^0.10"
num = "^0.1"
[[bin]]
name = "d1p1"