pdf_parser/Cargo.toml

11 lines
217 B
TOML
Raw Permalink Normal View History

2021-12-22 21:42:32 +00:00
[package]
name = "pdf_parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.44"
rev_lines = "0.2.1"