refactor: move base64 to shared utils package

This commit is contained in:
鲁树人
2024-09-06 00:51:08 +01:00
parent bfa66c6e39
commit e92dc08964
7 changed files with 140 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
base64 = "0.22.1"
itertools = "0.13.0"
anyhow = "1.0.86"
itertools = "0.13.0"
thiserror = "1.0.63"
umc_utils = { path = "../utils" }