mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 15:51:03 +00:00
move the flatten-serde-json crate inside of milli
This commit is contained in:
15
flatten-serde-json/Cargo.toml
Normal file
15
flatten-serde-json/Cargo.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "flatten-serde-json"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Flatten serde-json objects like elastic search"
|
||||
readme = "README.md"
|
||||
author = ["Tamo tamo@meilisearch.com"]
|
||||
repository = "https://github.com/irevoire/flatten-serde-json"
|
||||
keywords = ["json", "flatten"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
Reference in New Issue
Block a user