Archived
3
0

extract config to external files
Some checks failed
Check indentation / build (push) Has been cancelled
Continuous testing / build (push) Has been cancelled

This commit is contained in:
2025-03-12 23:08:40 +01:00
parent 975ebedace
commit 5513042b1b
10 changed files with 193 additions and 46 deletions

View File

@@ -16,6 +16,7 @@ serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.140"
sled = "0.34.7"
tokio = { version = "1.43.0", features = ["macros", "sync", "rt", "rt-multi-thread"] }
toml = "0.8.20"
[features]
dev = []