the first wave of refactors

This commit is contained in:
leocth
2022-02-20 22:20:50 +08:00
parent 9d74e84c01
commit 14e8e92f46
9 changed files with 264 additions and 294 deletions

View File

@@ -9,7 +9,6 @@ edition = "2018"
[dependencies]
thiserror = "1.0"
async-trait = "0.1.51"
once_cell = "1.9.0"
daedalus = "0.1.12"
@@ -27,7 +26,6 @@ path-clean = "0.1.0"
fs_extra = "1.2.0"
regex = "1.5"
lazy_static = "1.4"
tokio = { version = "1", features = ["full"] }
futures = "0.3"
@@ -35,9 +33,12 @@ futures = "0.3"
sys-info = "0.9.0"
log = "0.4.14"
const_format = "0.2.22"
[dev-dependencies]
argh = "0.1.6"
[[example]]
name = "download-pack"
[features]