This commit is contained in:
2025-04-21 05:02:57 +02:00
parent 98af5a3b02
commit 3b5f9c6012
9 changed files with 882 additions and 27 deletions

View File

@@ -8,6 +8,7 @@ authors = ["HeroCode Team"]
[dependencies]
ourdb = { path = "../ourdb" }
tst = { path = "../tst" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"