MeiliSearch/json-depth-checker/Cargo.toml
Clémentine Urquizar d138b3c704
Update version
2022-04-25 18:43:46 +02:00

17 lines
274 B
TOML

[package]
name = "json-depth-checker"
version = "0.27.0"
edition = "2021"
description = "A library that indicates if a JSON must be flattened"
publish = false
[dependencies]
serde_json = "1.0"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "depth"
harness = false