mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
93953103ad
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117) Signed-off-by: dependabot[bot] <support@github.com>
14 lines
427 B
TOML
14 lines
427 B
TOML
[package]
|
|
name = "meilisearch-schema"
|
|
version = "0.16.0"
|
|
license = "MIT"
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
indexmap = { version = "1.3.2", features = ["serde-1"] }
|
|
meilisearch-error = { path = "../meilisearch-error", version = "0.16.0" }
|
|
serde = { version = "1.0.117", features = ["derive"] }
|
|
serde_json = { version = "1.0.59", features = ["preserve_order"] }
|
|
zerocopy = "0.3.0"
|