advent_2025/Cargo.toml

16 lines
192 B
TOML
Raw Normal View History

2024-12-01 15:10:20 +03:00
[package]
name = "testing"
version = "0.1.0"
edition = "2021"
[profile.release]
debug = 1
[lints.clippy]
pedantic = "warn"
all = "warn"
[dependencies]
2024-12-02 20:42:43 +03:00
itertools = "0.13.0"
2024-12-03 21:27:56 +03:00
regex = "1.11.1"