Add Jayson actix-web extractor

This commit is contained in:
Loïc Lecrenier
2022-06-02 11:39:12 +02:00
parent ba839a909f
commit 9082679609
4 changed files with 107 additions and 1 deletions

View File

@ -42,6 +42,7 @@ futures-util = "0.3.21"
http = "0.2.6"
indexmap = { version = "1.8.0", features = ["serde-1"] }
itertools = "0.10.3"
jayson = { path = "../../jayson", features = ["serde-json"] }
jsonwebtoken = "8.0.1"
log = "0.4.14"
meilisearch-auth = { path = "../meilisearch-auth" }