diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-29 21:56:55 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-29 21:56:55 -0500 |
| commit | e0c12600ee090fa360be7e56446b9212a3cbd3b3 (patch) | |
| tree | 08e509fee6fe86ca9c0e7e125166bd65257b5a69 /Cargo.toml | |
| parent | b34d3907c6a598c60df8bc5c733df22fe1119363 (diff) | |
lots of work
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,3 +12,10 @@ tower = "0.5.3" tower-http = { version = "0.6.11", features = ["compression-gzip", "fs", "timeout", "trace"] } tracing = "0.1.44" tracing-subscriber = "0.3.23" + +[profile.release] +opt-level = 3 +lto = true +codegen-units = 1 +panic = "abort" +strip = true |
