Start adding parameters.

This commit is contained in:
mattbk
2026-09-10 19:01:44 -05:00
parent f6089ebd5f
commit fb09318837
4 changed files with 92 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = "4.6.6"
clap = { version = "4", features = ["derive"] }
csv = "1.4.0"
io = "0.0.2"
iter = "0.1.0"