qmc: remove use of anyhow

This commit is contained in:
鲁树人
2025-05-04 21:00:27 +09:00
parent a1a6c4b1e8
commit 190ceb1903
8 changed files with 38 additions and 23 deletions

View File

@@ -4,9 +4,8 @@ version = "0.1.9"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
byteorder = "1.5.0"
itertools = "0.13.0"
itertools = "0.14"
lazy_static = "1.5.0"
tc_tea = { version = "0.2.1", default-features = false }
thiserror = "2.0.7"