diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-26 13:39:14 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-27 01:08:43 +0200 |
commit | 019803c0897e450cf72d16fd34c38db3778e0f92 (patch) | |
tree | ed9b6b5e17f0e9ff0c352daf1486c15adee29c07 /Cargo.lock | |
parent | Frontend: Add results field to the state and set dummy results (diff) | |
download | OSSE-019803c0897e450cf72d16fd34c38db3778e0f92.tar.gz OSSE-019803c0897e450cf72d16fd34c38db3778e0f92.tar.bz2 OSSE-019803c0897e450cf72d16fd34c38db3778e0f92.zip |
Indexer: Return json from the /search endpoint
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
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]] |