wtf is this

This commit is contained in:
lda
2025-10-27 01:43:57 +07:00 Unverified
parent 0d9d800daf
commit efe557a72e
12 changed files with 86 additions and 9 deletions
+4
View File
@@ -10,3 +10,7 @@ strum = { version = "0.27.2", features = ["derive", "strum_macros"] }
serde_json = "1.0.143"
serde_with = { version = "3.14.0", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
thiserror = "2.0.16"
anyhow = "1.0.100"
tokio = { version = "1.47.1", features = ["fs", "process", "rt-multi-thread", "io-util"] }