The Rewrite: Rustification
All checks were successful
Rust / build (push) Successful in 2m26s

This commit is contained in:
2025-03-14 14:24:29 -04:00
parent 8740c41a63
commit fd3863c0d4
3 changed files with 234 additions and 53 deletions

View File

@@ -6,4 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
linker = "x86_64-w64-mingw32-gcc"
[dependencies]
serde_json = "1.0.140"