mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28: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>
19 lines
327 B
TOML
19 lines
327 B
TOML
[package]
|
|
name = "meilisearch-types"
|
|
version = "0.16.0"
|
|
license = "MIT"
|
|
authors = ["Clément Renault <renault.cle@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies.zerocopy]
|
|
version = "0.3.0"
|
|
optional = true
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.117"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[features]
|
|
default = ["serde", "zerocopy"]
|