From bd8d9709c588b7ddce7658ebcfdfa5aa840df4d4 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Thu, 21 Aug 2025 17:10:39 +0200 Subject: [PATCH] =?UTF-8?q?Ref:=20Erg=C3=A4nzt=20Projekt-Metadaten=20in=20?= =?UTF-8?q?Cargo.toml=20mit=20Readme,=20Lizenz,=20Repository=20und=20Debia?= =?UTF-8?q?n-spezifischen=20Einstellungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5eb0135..a38faad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,20 @@ name = "SmartMount" version = "0.1.0" edition = "2024" authors = ['DragonSlayer_14'] +readme = "README.md" +license-file = "LICENSE" +repository = "https://gitea.creative-dragonslayer.de/creative-dragonslayer/SmartMount" [dependencies] time = { version="0.3.41", features = ["formatting", "macros", "local-offset"] } serde = { version="1.0.219", features = ["derive"] } confy = "1.0.0" libc = "1.0.0-alpha.1" + +[package.metadata.deb] +section = "utils" +priority = "optional" + +provides = ["smartmount"] + +separate-debug-symbols = true \ No newline at end of file