feat: qrc file support

This commit is contained in:
鲁树人
2024-10-06 19:55:41 +01:00
parent fdc867bbc3
commit 051805a019
25 changed files with 495 additions and 15 deletions

12
um_crypto/qrc/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "umc_qrc"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = "1.5.0"
itertools = "0.13.0"
miniz_oxide = "0.8.0"
thiserror = "1.0.64"
umc_qmc = { path = "../qmc" }
hex = "0.4.3"