diff --git a/Cargo.toml b/Cargo.toml index 5eb0135..a38faad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,20 @@ name = "SmartMount" version = "0.1.0" edition = "2024" authors = ['DragonSlayer_14'] +readme = "README.md" +license-file = "LICENSE" +repository = "https://gitea.creative-dragonslayer.de/creative-dragonslayer/SmartMount" [dependencies] time = { version="0.3.41", features = ["formatting", "macros", "local-offset"] } serde = { version="1.0.219", features = ["derive"] } confy = "1.0.0" libc = "1.0.0-alpha.1" + +[package.metadata.deb] +section = "utils" +priority = "optional" + +provides = ["smartmount"] + +separate-debug-symbols = true \ No newline at end of file