diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-05 01:00:05 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-05 17:24:54 +0100 |
commit | f2b946f1af005f6be15efd67f5b1508a30fa0c92 (patch) | |
tree | 5a5463bb11aaa7ac284e1c6c514832d53767a789 /indexer/Cargo.toml | |
parent | Indexer: Actix: Use the same service handler with multiple routes (diff) | |
download | OSSE-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.toml | 1 |
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" |