14 lines
271 B
TOML
14 lines
271 B
TOML
[package]
|
|
name = "umc_qmc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
byteorder = "1.5.0"
|
|
itertools = "0.13.0"
|
|
lazy_static = "1.5.0"
|
|
tc_tea = { version = "0.2.0", default-features = false }
|
|
thiserror = "1.0.63"
|
|
umc_utils = { path = "../utils" }
|