Config save and load start

This commit is contained in:
2025-12-09 00:56:09 +01:00
parent 7782e71990
commit 6dea63f818
6 changed files with 108 additions and 11 deletions

View File

@@ -33,4 +33,4 @@ thiserror = { version = "2.0.17", optional = true }
tokio = { version = "1.48.0", features = ["process", "rt-multi-thread", "macros", "io-std", "io-util"], optional = true }
tokio-stream = { version = "0.1.17", features = ["full", "io-util", "signal", "tokio-util"], optional = true }
tokio-util = { version = "0.7.17", features = ["full"], optional = true }
uuid = { version = "1.19.0", features = ["v4"], optional = true }
uuid = { version = "1.19.0", features = ["serde", "v4"], optional = true }