mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
10 lines
224 B
TOML
10 lines
224 B
TOML
[package]
|
|
name = "meilisearch-error"
|
|
version = "0.23.0"
|
|
authors = ["marin <postma.marin@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-http = "=3.0.0-beta.10"
|
|
serde = { version = "1.0.130", features = ["derive"] }
|