printf placeholder extraction

This commit is contained in:
Robin Appelman 2024-09-15 11:02:57 +02:00
commit e992588923
8 changed files with 341 additions and 234 deletions

View file

@ -120,6 +120,7 @@ dependencies = [
"regex-syntax",
"serde",
"serde_json",
"sprintf",
"test-case",
"thiserror",
"tracing",
@ -283,6 +284,15 @@ version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "sprintf"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39b60413e681681e22dfe3966674082c075c5f6ed73c3900b95dd19eb9e0181d"
dependencies = [
"thiserror",
]
[[package]]
name = "syn"
version = "2.0.71"