diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-06 11:51:21 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-06 11:51:21 +0200 |
| commit | e1770cf3b0fd5eff3e69a8ec28c15018084eae73 (patch) | |
| tree | 0fc6289cd8b56f654a760d1ee7d748d160bcc251 /Cargo.toml | |
| parent | 3ca9adc0c5e138271dacab7691dac77da0ba0f21 (diff) | |
add extractors for docx, pptx, pdf, etc.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |