hinoirisetr/Cargo.toml
Vladimir Rubin 65433f3560
feat: new command 'status_notify'
added a new command that sends the current stats using a notification
2025-04-23 22:49:48 +03:00

15 lines
301 B
TOML

[package]
name = "hinoirisetr"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.40"
notify-rust = "4.11.7"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time","io-util","net" ] }
[profile.release]
strip = true
lto = true
codegen-units = 1
opt-level = "s"