im not sure what im changing

This commit is contained in:
lda
2025-11-02 01:14:28 +07:00 Unverified
parent e2d33a0db6
commit 6405bb5bf7
16 changed files with 128 additions and 95 deletions
+1
View File
@@ -9,6 +9,7 @@ macaddr = { version = "1.0.1", features = ["serde", "serde_std"] }
strum = { version = "0.27.2", features = ["derive", "strum_macros"] }
serde_json = "1.0.143"
serde = { version = "1.0.219", features = ["derive"] }
serde_with = { version = "3.14.0", features = ["json"] }
thiserror = "2.0.16"
anyhow = "1.0.100"
tokio = { version = "1.47.1", features = ["fs", "process", "rt-multi-thread", "io-util", "macros"] }