Ref: Ergänzt Projekt-Metadaten in Cargo.toml mit Readme, Lizenz, Repository und Debian-spezifischen Einstellungen
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -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
|
||||||
Reference in New Issue
Block a user