Initial commit: ConfigForge multi-format config converter CLI
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-29 15:12:32 +00:00
parent 2f5eaecd44
commit 929c35a61e

7
.cargo/config.toml Normal file
View File

@@ -0,0 +1,7 @@
[build]
rustflags = ["-C", "target-feature=+crt-static"]
[profile.release]
strip = true
opt-level = "z"
lto = true