telemetry improvements / cli CSV export
This commit is contained in:
+5
-1
@@ -5,7 +5,11 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
async-hid = "0.5.1"
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
colog = "1.4.0"
|
||||
csv = "1.4.0"
|
||||
deku = "0.20.3"
|
||||
futures-lite = "2.6.1"
|
||||
log = { version = "0.4.29", features = ["std"] }
|
||||
pollster = { version = "0.4.0", features = ["macro"] }
|
||||
shared = { path = "../shared" }
|
||||
shared = { path = "../shared", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user