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

@@ -7,8 +7,10 @@ edition = "2021"
[dependencies]
gpcommon = { path = "../gpcommon" }
gpauth = { path = "../gpauth" }
anyhow.workspace = true
clap.workspace = true
reqwest.workspace = true
tokio.workspace = true
url.workspace = true
libc = "0.2"