advent_2025/Cargo.toml
2024-12-01 15:10:20 +03:00

14 lines
154 B
TOML

[package]
name = "testing"
version = "0.1.0"
edition = "2021"
[profile.release]
debug = 1
[lints.clippy]
pedantic = "warn"
all = "warn"
[dependencies]