I added threading (I don't really know what I'm doing)

The bytes update whenever a tracked file is edited/deleted.
This commit is contained in:
2025-11-28 23:50:38 +00:00
parent dfd6c9c370
commit ce643f2066
5 changed files with 139 additions and 204 deletions

View File

@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
notify = '4'
lazy_static = "1.5.0"
notify = '8.1.0'