Added CSV Library

This commit is contained in:
Maddox Werts 2025-04-18 16:17:56 -04:00
parent a140eb84a8
commit bf7edc2f97

View file

@ -6,3 +6,4 @@ edition = "2021"
[dependencies]
pdf-extract = "0.9.0"
clap = "4.5.36"
csv = "1.3.1"