add error code abstractions

This commit is contained in:
mpostma
2020-05-19 18:13:02 +02:00
parent 81b1aed7a1
commit 4c2af8e515
2 changed files with 132 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[package]
name = "meilisearch-error"
version = "0.10.1"
authors = ["mpostma <postma.marin@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-http = "1.0.1"