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:
parent
f441d24760
commit
3fd8641df2
4 changed files with 76 additions and 19 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue