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

@@ -5,10 +5,10 @@ edition = "2021"
[dependencies]
gpcommon = { path = "../gpcommon" }
tokio.workspace = true
fern.workspace = true
humantime.workspace = true
log.workspace = true
fern = "0.6"
humantime = "2.1"
tokio.workspace = true
[build-dependencies]
gpcommon = { path = "../gpcommon" }