diff options
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 28e6f17..2c8f905 100644 --- a/indexer/Cargo.toml +++ b/indexer/Cargo.toml @@ -11,6 +11,7 @@ actix-cors = "0.6.3" scraper = "0.12.0" html2text = "0.4.3" serde_json = "1.0.87" +kuchiki = "0.8.1" lib = { path = "../lib" } [[bin]] |