| 1234567891011121314151617 |
- [package]
- name = "tools"
- version.workspace = true
- edition.workspace = true
- license.workspace = true
- publish.workspace = true
- [dependencies]
- regex = "1.12"
- serde = { version = "1.0", features = ["derive"] }
- serde_json = "1.0"
- [dev-dependencies]
- tempfile = "3.20"
- [lints]
- workspace = true
|