aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-06-05 13:11:03 +0200
committerTeddy Wing2021-06-05 13:11:03 +0200
commit2a05b269344ab324aa73a634256a0b82fa79f201 (patch)
treef88049c86dc293a6f5423893b23183a569fa2012 /Cargo.toml
parent3964a27da7cf61b540992387e8553382dffecb46 (diff)
downloadreflectub-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.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 18ec2a4..827aba2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }