(rust) started another cobs test

This commit is contained in:
scbj
2025-07-29 16:00:25 +02:00
parent f5a20d500e
commit 462d45ffd0
2 changed files with 220 additions and 19 deletions
+2
View File
@@ -11,5 +11,7 @@ clap = { version = "4.5.0", features = ["derive"] }
cobs = { version = "0.4.0" }
dirs = "5.0.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"
thiserror = "2.0.12"
tokio = { version = "1.46.1", features = ["full"] }