import either strict or allows for normalization

This commit is contained in:
Priec
2026-08-15 20:58:23 +02:00
parent 6c303b5b6f
commit 08f25efb67
16 changed files with 486 additions and 64 deletions

2
Cargo.lock generated
View File

@@ -1200,6 +1200,7 @@ dependencies = [
"tokio",
"tokio-test",
"toml",
"toml_edit",
"tonic",
"tracing",
"tracing-subscriber",
@@ -8295,6 +8296,7 @@ dependencies = [
"indexmap 2.14.0",
"toml_datetime",
"toml_parser",
"toml_writer",
"winnow 1.0.3",
]