advent-of-code/2022/Cargo.toml

11 lines
237 B
TOML
Raw Normal View History

[package]
2023-12-01 15:05:47 +00:00
name = "aoc-2022"
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-12 03:27:32 +00:00
nom = { version = "7" }
substring = { version = "1" }