advent-of-code/2022/rust/Cargo.toml

10 lines
189 B
TOML
Raw Normal View History

2022-11-27 00:25:48 +01:00
[package]
name = "rust"
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-04 12:11:58 +01:00
regex = "1.7.0"