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

@@ -3,18 +3,19 @@ name = "gpcommon"
version.workspace = true
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
base64.workspace = true
bytes.workspace = true
configparser.workspace = true
data-encoding.workspace = true
is_executable.workspace = true
lexopt.workspace = true
log.workspace = true
reqwest.workspace = true
ring.workspace = true
roxmltree.workspace = true
serde_json.workspace = true
serde.workspace = true
shlex.workspace = true
@@ -23,5 +24,8 @@ thiserror.workspace = true
tokio-util.workspace = true
tokio.workspace = true
[dev-dependencies]
mockito.workspace = true
[build-dependencies]
cc = "1.0"