more refactor

This commit is contained in:
Kevin Yue
2023-11-13 10:05:06 +08:00
parent 0b4829a610
commit bf2d327687
20 changed files with 965 additions and 64 deletions

View File

@@ -12,16 +12,22 @@ opt-level = "z"
[workspace.dependencies]
anyhow = "1.0"
async-trait = "0.1"
base64 = "0.21"
bytes = "1.0"
clap = "4.4.2"
configparser = "3.0"
data-encoding = "2.3"
directories="5"
fern = "0.6"
humantime = "2.1"
is_executable = "1.0"
lexopt = "0.3.0"
log = "0.4"
mockito = "1.1"
regex = "1"
reqwest = "0.11"
ring = "0.16"
roxmltree = "0.18"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
shlex = "1.0"