implement index search methods

This commit is contained in:
mpostma
2021-07-06 11:54:09 +02:00
parent 487d82773a
commit 520d37983c
2 changed files with 29 additions and 2 deletions

View File

@ -97,7 +97,7 @@ actix-rt = "2.1.0"
assert-json-diff = { branch = "master", git = "https://github.com/qdequele/assert-json-diff" }
mockall = "0.9.1"
paste = "1.0.5"
serde_url_params = "0.2.0"
serde_url_params = "0.2.1"
tempdir = "0.3.7"
urlencoding = "1.1.1"