Files
firecrawl/apps/api/sharedLibs/pdf-parser/Cargo.toml
T

12 lines
144 B
TOML
Raw Normal View History

[package]
name = "pdf-parser"
version = "0.1.0"
edition = "2021"
[dependencies]
libc = "0.2.0"
lopdf = "0.36.0"
[lib]
crate-type = ["cdylib"]