aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-07-06 11:51:21 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-07-06 11:51:21 +0200
commite1770cf3b0fd5eff3e69a8ec28c15018084eae73 (patch)
tree0fc6289cd8b56f654a760d1ee7d748d160bcc251 /Cargo.toml
parent3ca9adc0c5e138271dacab7691dac77da0ba0f21 (diff)
add extractors for docx, pptx, pdf, etc.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f09fcf6..5aabb5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,5 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+dotext = "0.1.1"
lazy_static = "1.4.0"
+lopdf = "0.31.0"
+rayon = "1.7.0"
+serde = { version = "1.0.166", features = ["derive"] }
+serde_json = "1.0.100"
walkdir = "2.3.3"