init: it builds

This commit is contained in:
鲁树人
2024-09-02 21:01:19 +01:00
commit ff11a8186e
23 changed files with 1073 additions and 0 deletions

10
um_crypto/kuwo/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "umc_kuwo"
version = "0.1.0"
edition = "2021"
[dependencies]
base64 = "0.22.1"
itertools = "0.13.0"
anyhow = "1.0.86"
thiserror = "1.0.63"