13 lines
264 B
TOML
13 lines
264 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"
|
|
tc_tea = { version = "0.1.4", default-features = false, features = [] }
|
|
thiserror = "1.0.63"
|
|
umc_utils = { path = "../utils" }
|