Basic watcher started config for library paths

This commit is contained in:
2026-03-11 15:14:57 +01:00
parent e01afc9c98
commit a24fca0e87
3 changed files with 299 additions and 2 deletions

View File

@@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
inotify = "0.11.1"
serde = { version = "1.0.228", features = ["derive"] }
toml = "1.0.6"