From 778a979e2e774e1b2e91227fa2db2e56d41927c1 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sun, 7 Dec 2025 14:29:35 +0300 Subject: Fixed logical issues --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6c255df..a04c57e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ license = "GPL-3.0" authors = [ "namilsk ", "asya " ] 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" + -- cgit v1.2.3