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

13 lines
312 B
TOML

[package]
name = "advent-of-code-2022-rust"
version = "0.1.0"
authors = ["Bas Dado <bas@basdado.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
lazy_static = "1.4.0"
rustc-hash = "1.1.0"
nohash-hasher = "0.2.0"