23 lines
566 B
TOML
23 lines
566 B
TOML
[package]
|
|
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"]
|
|
depends = ["nmap", "$auto"]
|
|
|
|
separate-debug-symbols = true |