about summary refs log tree commit diff
path: root/indexer/Cargo.toml
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-11-05 01:00:05 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-11-05 17:24:54 +0100
commitf2b946f1af005f6be15efd67f5b1508a30fa0c92 (patch)
tree5a5463bb11aaa7ac284e1c6c514832d53767a789 /indexer/Cargo.toml
parentIndexer: Actix: Use the same service handler with multiple routes (diff)
downloadOSSE-f2b946f1af005f6be15efd67f5b1508a30fa0c92.tar.gz
OSSE-f2b946f1af005f6be15efd67f5b1508a30fa0c92.tar.bz2
OSSE-f2b946f1af005f6be15efd67f5b1508a30fa0c92.zip
Indexer+Frontend: Integrate with actix
Diffstat (limited to 'indexer/Cargo.toml')
-rw-r--r--indexer/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/Cargo.toml b/indexer/Cargo.toml
index 5aa5184..7b64bb3 100644
--- a/indexer/Cargo.toml
+++ b/indexer/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
 
 [dependencies]
 actix-web = "4.2.1"
+actix-web-lab = "0.18.5"
 actix-cors = "0.6.3"
 scraper = "0.12.0"
 html2text = "0.4.3"