cargo-dist

updated runner
This commit is contained in:
Per Stark
2025-05-05 14:07:50 +02:00
parent d77e320ee4
commit c50d1d3b9b
5 changed files with 311 additions and 42 deletions

View File

@@ -27,3 +27,8 @@ axum_session_surreal = "0.4"
axum_typed_multipart = "0.16"
tempfile = "3.12.0"
dom_smoothie = "0.10.0"
# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"