diff options
author | Teddy Wing | 2021-06-05 13:11:03 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-05 13:11:03 +0200 |
commit | 2a05b269344ab324aa73a634256a0b82fa79f201 (patch) | |
tree | f88049c86dc293a6f5423893b23183a569fa2012 /Cargo.toml | |
parent | 3964a27da7cf61b540992387e8553382dffecb46 (diff) | |
download | reflectub-2a05b269344ab324aa73a634256a0b82fa79f201.tar.bz2 |
Add command line option parsing
Define the options we want to take. Not using them yet.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,7 +6,9 @@ edition = "2018" [dependencies] anyhow = "1.0.40" chrono = "0.4.19" +exitcode = "1.1.2" filetime = "0.2.14" +getopts = "0.2.21" git2 = "0.13.20" reqwest = { version = "0.11.3", features = ["json"] } serde = { version = "1.0.126", features = ["derive"] } |