simd_json instead of serde_json
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-23 11:34:33 +03:00
parent 760f6d9415
commit e1ef9cc3c3
9 changed files with 165 additions and 31 deletions

View File

@@ -15,7 +15,6 @@ harness = false
[dependencies]
chgk_ledb_lib = {path = "../lib", features = ["async", "convert_async"]}
serde_json="1.0"
async_zip = { version = "0.0.15", features = [
"zstd",
"tokio",

View File

@@ -1,4 +1,3 @@
extern crate serde_json;
use clap::{Parser, Subcommand};
use futures::{pin_mut, Future};
use rand::distributions::Uniform;