Ref: Aktualisiert Projektmetadaten in Cargo.toml (Version, Edition, Beschreibung, Debug-Einstellungen)
This commit is contained in:
10
Cargo.toml
10
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
|
||||
depends = ["nmap", "$auto"]
|
||||
Reference in New Issue
Block a user