optional feature for source
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-05 23:26:45 +03:00
parent abcb7d6dc2
commit 0c0a4e31ba
4 changed files with 61 additions and 51 deletions

View File

@@ -14,7 +14,7 @@ name = "db_bench"
harness = false
[dependencies]
chgk_ledb_lib = {path = "../lib", features = ["sync"]}
chgk_ledb_lib = {path = "../lib", features = ["sync", "source"]}
serde_json="1.0"
zip="0.6"
rand="0.8"