Ref: Ergänzt Projekt-Metadaten in Cargo.toml mit Readme, Lizenz, Repository und Debian-spezifischen Einstellungen

This commit is contained in:
2025-08-21 17:10:39 +02:00
parent 918b5ff1d1
commit bd8d9709c5

View File

@@ -3,9 +3,20 @@ name = "SmartMount"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
authors = ['DragonSlayer_14'] authors = ['DragonSlayer_14']
readme = "README.md"
license-file = "LICENSE"
repository = "https://gitea.creative-dragonslayer.de/creative-dragonslayer/SmartMount"
[dependencies] [dependencies]
time = { version="0.3.41", features = ["formatting", "macros", "local-offset"] } time = { version="0.3.41", features = ["formatting", "macros", "local-offset"] }
serde = { version="1.0.219", features = ["derive"] } 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"
[package.metadata.deb]
section = "utils"
priority = "optional"
provides = ["smartmount"]
separate-debug-symbols = true