From f87135379566c2a570f768b94f6364d06eba5aac Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sat, 23 Aug 2025 17:37:30 +0200 Subject: [PATCH] Ref: Aktualisiert Projektmetadaten in Cargo.toml (Version, Edition, Beschreibung, Debug-Einstellungen) --- Cargo.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a948e3..f75168c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "SmartMount" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ['DragonSlayer_14'] readme = "README.md" license-file = "LICENSE" repository = "https://gitea.creative-dragonslayer.de/creative-dragonslayer/SmartMount" +description = "SmartMount ist ein innovatives Tool zur intelligenten Verwaltung von Netzwerk-Dateisystemen. Es ermöglicht das automatische Einbinden von Netzwerk-Freigaben über das lokale Netzwerk und wechselt nahtlos zu einer Cloud-basierten Lösung, falls keine lokale Verbindung verfügbar ist. Durch diese hybride Architektur wird ein zuverlässiger Zugriff auf wichtige Daten sichergestellt - egal ob zu Hause oder unterwegs." [dependencies] time = { version="0.3.41", features = ["formatting", "macros", "local-offset"] } @@ -13,11 +14,12 @@ serde = { version="1.0.219", features = ["derive"] } confy = "1.0.0" libc = "1.0.0-alpha.1" +[profile.release] +debug = "none" + [package.metadata.deb] section = "utils" priority = "optional" provides = ["smartmount"] -depends = ["nmap", "$auto"] - -separate-debug-symbols = true \ No newline at end of file +depends = ["nmap", "$auto"] \ No newline at end of file