Files
npon-server/Cargo.toml
deadvey ce643f2066 I added threading (I don't really know what I'm doing)
The bytes update whenever a tracked file is edited/deleted.
2025-11-28 23:50:38 +00:00

9 lines
115 B
TOML

[package]
name = "npons"
version = "0.1.0"
edition = "2024"
[dependencies]
lazy_static = "1.5.0"
notify = '8.1.0'