Reduce binary size

This commit is contained in:
cool-mist 2025-08-07 19:56:31 +05:30
parent 2a82e3bc66
commit 3d9dbc56c7

View File

@ -12,3 +12,8 @@ reqwest = { version = "0.12.20", features = ["blocking"] }
rusqlite = { version = "0.36.0", features = ["bundled", "time"] }
time = { version = "0.3.41", features = ["parsing"] }
xml-rs = "0.8.26"
[profile.release]
strip = true
opt-level = "z"
lto = true