add CLI flags, update README accordingly, add mode 'expand'

This commit is contained in:
mtgmonkey 2025-06-27 04:24:57 -04:00
parent 34fd92cccc
commit 5a29918cd9
8 changed files with 258 additions and 63 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.40", features = ["derive"] }
csv = "1.3.1"
fuzzy-matcher = { version = "0.3.7", features = ["compact"] }
reqwest = { version = "0.12.20", features = ["json"] }