feat: cargo dist info

This commit is contained in:
Edward Langley
2026-04-11 00:10:26 -07:00
parent a8dbb86d4f
commit b2d30d5a20
3 changed files with 318 additions and 0 deletions

View File

@ -49,3 +49,8 @@ strip = true
inherits = "release"
strip = false
debug = 2
# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"