Statement-Converter/project/Cargo.toml

11 lines
160 B
TOML
Raw Normal View History

2025-04-18 13:04:48 -05:00
[package]
2025-04-18 15:28:55 -05:00
name = "statement-converter"
2025-04-18 13:04:48 -05:00
version = "0.1.0"
edition = "2021"
[dependencies]
2025-04-18 14:12:25 -05:00
pdf-extract = "0.9.0"
2025-04-18 15:25:21 -05:00
colored = "3.0.0"
2025-04-18 14:12:25 -05:00
clap = "4.5.36"
2025-04-18 15:17:56 -05:00
csv = "1.3.1"