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

View File

@@ -10,6 +10,6 @@ cipher = "0.4.4"
hmac = "0.12.1"
pbkdf2 = "0.12.2"
sha1 = "0.10.5"
thiserror = "1.0.63"
thiserror = "1.0.64"
umc_qmc = { path = "../qmc" }
umc_utils = { path = "../utils" }