Skip to content

Commit e016597

Browse files
committed
chore: update manifest
1 parent ac5911e commit e016597

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "appimageupdate"
33
version = "0.1.0"
44
edition = "2024"
5+
description = "Fast, bandwidth-efficient AppImage updater using zsync"
6+
readme = "README.md"
7+
repository = "https://github.com/pkgforge-dev/appimageupdate"
8+
license = "MIT"
9+
keywords = ["appimage", "zsync"]
10+
rust-version = "1.88"
511

612
[dependencies]
713
clap = { version = "4.6.0", features = ["derive", "env"] }
@@ -12,3 +18,10 @@ sha1 = "0.10.6"
1218
thiserror = "2.0.18"
1319
ureq = "3.3.0"
1420
zsync-rs = { git = "https://github.com/QaidVoid/zsync-rs.git", version = "0.1.0" }
21+
22+
[profile.release]
23+
opt-level = "z"
24+
strip = true
25+
lto = true
26+
panic = "abort"
27+
codegen-units = 1

0 commit comments

Comments
 (0)