Add argument parsing
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
0cba90dd68
commit
6074db176a
2 changed files with 18 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
|
|||
license = "AGPL-3.0+"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.3", features = [ "cargo", "derive" ] }
|
||||
gitlab = "0.1511.0"
|
||||
hyper = { version = "0.14", features = [ "full" ] }
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue