mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
16 lines
257 B
TOML
16 lines
257 B
TOML
[package]
|
|
name = "json-depth-checker"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "A library that indicates if a JSON must be flattened"
|
|
|
|
[dependencies]
|
|
serde_json = "1.0"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
|
|
[[bench]]
|
|
name = "depth"
|
|
harness = false
|