aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"