mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Update the list of milli's subcrates
This commit is contained in:
parent
e1e362fa43
commit
fb192aaa9f
6 changed files with 9 additions and 9 deletions
|
@ -2,8 +2,7 @@
|
|||
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
|
||||
description = "A library that indicates if a JSON must be flattened"
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use serde_json::Value;
|
||||
|
||||
/// Your json MUST BE valid and generated by `serde_json::to_vec` before being
|
||||
/// Your json MUST BE valid and generated by `serde_json::to_vec` before being
|
||||
/// sent in this function. This function is DUMB and FAST but makes a lot of
|
||||
/// asumption about the way `serde_json` will generate its input.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue