mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-05-13 17:02:36 +02:00
12 lines
254 B
TOML
12 lines
254 B
TOML
|
|
[package]
|
||
|
|
name = "webclaw-pdf"
|
||
|
|
description = "PDF text extraction for webclaw"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
pdf-extract = "0.7"
|
||
|
|
thiserror = { workspace = true }
|
||
|
|
tracing = { workspace = true }
|