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

11 lines
205 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"
2022-12-16 20:42:57 +01:00
rayon = "1.6.1"