16 lines
192 B
TOML
16 lines
192 B
TOML
[package]
|
|
name = "testing"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
|
|
[lints.clippy]
|
|
pedantic = "warn"
|
|
all = "warn"
|
|
|
|
[dependencies]
|
|
itertools = "0.13.0"
|
|
regex = "1.11.1"
|