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 2c8f905..5aa5184 100644 --- a/indexer/Cargo.toml +++ b/indexer/Cargo.toml @@ -10,6 +10,7 @@ actix-web = "4.2.1" actix-cors = "0.6.3" scraper = "0.12.0" html2text = "0.4.3" +serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0.87" kuchiki = "0.8.1" lib = { path = "../lib" } |