feat: config system
Some checks failed
Lint / lint (push) Failing after 5m15s

This commit is contained in:
2025-06-02 16:45:07 +09:00
parent 010cbb4161
commit 93676e7bff
7 changed files with 66 additions and 9 deletions

5
.cargo/config.toml Normal file
View File

@@ -0,0 +1,5 @@
[build]
target = "x86_64-unknown-uefi"
[target.x86_64-unknown-uefi]
runner = "bootuefi"