diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-07 14:29:35 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-07 14:29:35 +0300 |
| commit | 778a979e2e774e1b2e91227fa2db2e56d41927c1 (patch) | |
| tree | ae1560e203477a90edc089c1832e37af83f43540 /Cargo.toml | |
| parent | e7c49d685efe768c0c1d9c66da7b93b6e118b305 (diff) | |
Fixed logical issues
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,9 @@ license = "GPL-3.0" authors = [ "namilsk <namilsk@namilsk.tech>", "asya <asyamozgoff@gmail.com>" ] description = "An i2p-based package manager developed by Anthrill project" +categories = ["command-line-utilities"] +repository = "https://codeberg.org/Anthrill/mesk.git" +# or git.community.i2p/Namilsk/mesk [dependencies] clap = { version = "4.5.53", features = ["derive"] } @@ -30,3 +33,8 @@ tempfile = "3.23.0" tokio-test = "0.4.4" uuid = { version = "1.19.0", features = ["v4"] } +[profile.release] +strip = true +lto = true +opt-level = "z" + |
