add sync/async features

This commit is contained in:
2023-08-05 23:06:55 +03:00
parent 1e8cd4b461
commit a6e5931f35
4 changed files with 541 additions and 67 deletions

View File

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