Kilian Schuettler 30a0f1beb7 initial-commit
2025-01-31 01:44:54 +01:00

17 lines
334 B
TOML

[package]
name = "pdf-examples"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pdf = { path = "../pdf" }
datasize = "0.2.13"
clap = { version = "*", features = ["derive"] }
image = "*"
[[bin]]
name = "extract_page"