alt_enter_fix/Cargo.toml
tommy fd3863c0d4
All checks were successful
Rust / build (push) Successful in 2m26s
The Rewrite: Rustification
2025-03-14 14:24:29 -04:00

13 lines
271 B
TOML

[package]
name = "alt_enter_fix"
version = "0.1.0"
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"
[dependencies]
serde_json = "1.0.140"