Update Cargo.toml

This commit is contained in:
Loïc Lecrenier
2023-01-11 12:06:35 +01:00
committed by Tamo
parent 1fc11264e8
commit c91ffec72e
3 changed files with 76 additions and 46 deletions

View File

@ -19,7 +19,7 @@ byte-unit = { version = "4.0.14", default-features = false, features = ["std", "
bytes = "1.2.1"
clap = { version = "4.0.9", features = ["derive", "env"] }
crossbeam-channel = "0.5.6"
deserr = { version = "0.1.2", features = ["serde-json"] }
deserr = { path = "/Users/meilisearch/Documents/deserr", features = ["serde-json"] }
dump = { path = "../dump" }
either = "1.8.0"
env_logger = "0.9.1"