add configuration system with TOML support

This commit is contained in:
Adir Shitrit
2025-11-08 12:20:53 +02:00
parent 977b3e310a
commit fe3e5e3b21
3 changed files with 123 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "1.0", features = ["v4"] }
toml = "0.8"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.58", features = [