fix convert feature without source
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-10 14:20:11 +03:00
parent 9c4882fbbb
commit f874e59a11
4 changed files with 20 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ description = "Утилита загружающая базу данных ЧГ
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chgk_ledb_lib = {path = "../lib", features = ["async", "source_async", "convert_async"]}
chgk_ledb_lib = {path = "../lib", features = ["async", "convert_async"]}
serde_json="1.0"
async_zip = { git = "https://github.com/Majored/rs-async-zip", rev = "ff0d985", features = [
"zstd",