aoc2022/Cargo.toml

11 lines
191 B
TOML
Raw Permalink Normal View History

2022-12-01 05:25:40 +00:00
[package]
name = "aoc2022"
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-02 05:10:06 +00:00
regex = "1.7"