Ref: Aktualisiert Projektmetadaten in Cargo.toml (Version, Edition, Beschreibung, Debug-Einstellungen)
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "SmartMount"
|
name = "SmartMount"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ['DragonSlayer_14']
|
authors = ['DragonSlayer_14']
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
repository = "https://gitea.creative-dragonslayer.de/creative-dragonslayer/SmartMount"
|
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]
|
[dependencies]
|
||||||
time = { version="0.3.41", features = ["formatting", "macros", "local-offset"] }
|
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"
|
confy = "1.0.0"
|
||||||
libc = "1.0.0-alpha.1"
|
libc = "1.0.0-alpha.1"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
debug = "none"
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
section = "utils"
|
section = "utils"
|
||||||
priority = "optional"
|
priority = "optional"
|
||||||
|
|
||||||
provides = ["smartmount"]
|
provides = ["smartmount"]
|
||||||
depends = ["nmap", "$auto"]
|
depends = ["nmap", "$auto"]
|
||||||
|
|
||||||
separate-debug-symbols = true
|
|
||||||
Reference in New Issue
Block a user