Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
188 changes: 188 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ regex = "1.11"
# 哈希计算
md-5 = "0.10"

# Base64 encoding
base64 = "0.22"

# PDF parsing
pdf-extract = "0.7"

# 其他工具
async-trait = "0.1"
rand = "0.9"
Expand Down
Loading
Loading