mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-11-14 01:07:59 +00:00
12 lines
144 B
TOML
12 lines
144 B
TOML
|
|
[package]
|
||
|
|
name = "pdf-parser"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
libc = "0.2.0"
|
||
|
|
lopdf = "0.36.0"
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
crate-type = ["cdylib"]
|