chore(dist): Configure cargo-dist (#10)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-08-18 12:21:27 +02:00
committed by missytake
parent 0f8a02d4d2
commit 3c9fd2718d
2 changed files with 16 additions and 0 deletions
+5
View File
@@ -26,3 +26,8 @@ env_logger = "0.11.8"
[dev-dependencies]
rstest = "0.26.1"
testresult = "0.4.1"
# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"