ball knowledge

(claude handholding)
This commit is contained in:
lda
2025-10-27 06:24:17 +07:00 Unverified
parent e8db4e831d
commit 17431b1c83
8 changed files with 258 additions and 35 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ serde_json = "1.0.143"
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"] }
tokio = { version = "1.47.1", features = ["fs", "process", "rt-multi-thread", "io-util", "macros"] }
rtnetlink = "0.18.1"
futures = "0.3.31"