From 019803c0897e450cf72d16fd34c38db3778e0f92 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 26 Oct 2022 13:39:14 +0200 Subject: Indexer: Return json from the /search endpoint --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index fe6eef3..8686540 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1102,6 +1102,7 @@ dependencies = [ "rand 0.7.3", "scraper", "serde", + "serde_json", ] [[package]] -- cgit 1.4.1