linux-rust: rename binary

This commit is contained in:
Kavish Devar
2025-11-10 13:25:10 +05:30
parent 6585cf648c
commit 0c9a2bd743
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "librepods-rust"
name = "librepods"
version = "0.1.0"
edition = "2024"
@@ -26,6 +26,6 @@ futures = "0.3.31"
[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
codegen-units = 8
panic = "abort"
strip = true