2024-09-04 00:12:20 +00:00
|
|
|
[package]
|
|
|
|
name = "umc_qmc"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.86"
|
2024-09-05 22:37:55 +00:00
|
|
|
byteorder = "1.5.0"
|
2024-09-05 23:51:56 +00:00
|
|
|
itertools = "0.13.0"
|
2024-09-11 23:51:50 +00:00
|
|
|
lazy_static = "1.5.0"
|
|
|
|
tc_tea = { version = "0.2.0", default-features = false }
|
2024-09-05 23:51:56 +00:00
|
|
|
thiserror = "1.0.63"
|
2024-09-07 12:13:39 +00:00
|
|
|
umc_utils = { path = "../utils" }
|