mirror of
https://gitlab.com/MisterBiggs/aoc_2015-rust.git
synced 2025-06-15 14:36:43 +00:00
14 lines
257 B
TOML
14 lines
257 B
TOML
[package]
|
|
name = "aoc_2015"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
md5 = "0.7.0"
|
|
itertools = "0.10.5"
|
|
regex = "1.7.0"
|
|
|
|
[profile.bench]
|
|
debug = true |