MeiliSearch/json-depth-checker/Cargo.toml
Tamo 00f78d6b5a
Apply code suggestions
Co-authored-by: Clément Renault <clement@meilisearch.com>
2022-04-14 11:14:08 +02:00

17 lines
286 B
TOML

[package]
name = "json-depth-checker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "depth"
harness = false