added report signature and fixed client_version in server

This commit is contained in:
2026-03-25 12:45:50 +01:00
parent 4b0ccce606
commit 6a0340686d
4 changed files with 51 additions and 11 deletions

View File

@@ -9,6 +9,7 @@ clap = { version = "4.6.0", features = ["cargo", "derive"] }
colored = "3.1.1"
cpal = { version = "0.17.3", optional = true }
display-info = { version = "0.5.9", optional = true }
enable-ansi-support = "0.3.1"
mac_address = "1.1.8"
num_cpus = "1.17.0"
reqwest = { version = "0.13.2", features = ["blocking", "json"] }