mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
11 lines
248 B
TOML
11 lines
248 B
TOML
[package]
|
|
name = "noxa-pdf"
|
|
description = "PDF text extraction for noxa"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
pdf-extract = "0.7"
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|