Statement-Converter/project/Cargo.toml

10 lines
130 B
TOML
Raw Normal View History

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