mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-07 20:19:51 +00:00
feat: qrc file support
This commit is contained in:
12
um_crypto/qrc/Cargo.toml
Normal file
12
um_crypto/qrc/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user