[package] name = "pinenote_dbus_service" version = "0.2.2-dev5" edition = "2021" license = "Apache-2.0/MIT" authors = [ "Maximilian Weigand " ] description = "A DBus service for the Pine64 Pinenote" repository = "https://github.com/PNDeb/pinenote_dbus_service" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # cargo-deb = "2.1.0" dbus = ">=0.9.6" dbus-crossroads = ">=0.5.1" libc = "0.2.137" nix = { version = ">=0.27.0", features=["ioctl"] } # for Debian packaging (cargo deb -v) [package.metadata.deb] maintainer = "Maximilian Weigand " maintainer-scripts = "debian/" systemd-units = { start = true, enable=true, unit-scripts= "systemd_units/"} assets = [ ["target/release/pinenote_dbus_service", "usr/bin/", "755"], ["dbus_security_configuration/pinenote.conf", "/etc/dbus-1/system.d/pinenote.conf", "644"], ]