Parse multiple URLs via command line

Closes: #44, #47

I used pico-args over clap because the former only adds about 1KB of
binary bloat whereas clap adds almost 1MB.
This commit is contained in:
Josh Megnauth 2025-02-10 23:13:10 -05:00 committed by Jeremy Soller
parent f441d24760
commit 3fd8641df2
4 changed files with 76 additions and 19 deletions

View file

@ -12,6 +12,7 @@ serde = { version = "1", features = ["serde_derive"] }
tempfile = "3"
tokio = "1"
url = "2"
pico-args = "0.5"
# Internationalization
icu_collator = "1.5"
icu_provider = { version = "1.5", features = ["sync"] }