refactor(utils): update NetSpeed and FileSize structs

This commit is contained in:
2025-07-02 13:51:48 +03:00
parent 9efeec3890
commit 9baf60c98b
12 changed files with 671 additions and 310 deletions

View File

@@ -14,3 +14,4 @@ anyhow = "1.0"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
thiserror = "2.0"