AOC_2023/day1/Cargo.toml

10 lines
196 B
TOML
Raw Permalink Normal View History

2023-12-02 12:05:43 +00:00
[package]
name = "day1"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aho-corasick = "1.1.2"