chore: cargo fmt after Rust 1.93 toolchain bump

This commit is contained in:
Timmy
2026-05-14 16:33:35 +01:00
parent 6c05c63997
commit 822fcdaf2b
5 changed files with 128 additions and 19 deletions
+4
View File
@@ -10,6 +10,10 @@ crate-type = ["lib"]
name = "source-map-check"
path = "src/main.rs"
[[bin]]
name = "source-map-regen"
path = "src/regen_main.rs"
[dependencies]
serde_json = { workspace = true }