Pi66

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

Cargo.toml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
[package]
name = "pino"
version = "1.1.4"
edition = "2024"

[dependencies]
fltk = "^1.5"
toml = "0.5.11"
serde = { version = "1.0", features = ["derive"] }
argh = "0.1.13"