chore: update example config with ratelimit opts; format TOML

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iefb657f4564caa8fd9a0ec375522c4726a6a6964
This commit is contained in:
raf 2026-03-08 01:06:57 +03:00
commit cb10c84809
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 96 additions and 72 deletions

View file

@ -3,9 +3,9 @@ build-std = ["std", "panic_abort", "core", "alloc"]
[build]
rustflags = [
"-Clto",
"-Zvirtual-function-elimination",
"-Zlocation-detail=none",
"-Clto",
"-Zvirtual-function-elimination",
"-Zlocation-detail=none",
]
@ -23,5 +23,3 @@ codegen-units = 1
panic = "abort"
strip = true
incremental = false