Pi66

pino-rs
Rust notification daemon.
git clone https://git.pi66.xyz/pino-rs

scripts/pino-dbus/Cargo.toml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
[package]
edition = "2024"
name = "pino-dbus"
version = "0.1.1"
description = "Dbus Server for Pino-rs (Pixel notificatoin)"
repository = "https://github.com/pixel2175/pino-rs"

[[bin]]
name = "pino-dbus"
path = "src/main.rs"

[dependencies]
dbus = "0.9.7"
dbus-crossroads = "0.5.2"