summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-11-09 23:50:00 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-11-10 01:20:11 +0100
commit8c8334bc0e0c1b4129541fd1f556a701b131497b (patch)
tree694526c359c87e54562f3720a93635887dc39698 /Cargo.toml
parent500ea902333f3952e29a22a4679dde7f63aebe34 (diff)
downloadvtcol-8c8334bc0e0c1b4129541fd1f556a701b131497b.tar.gz
switch from getopts to clap
In addition to the glaring lack of ergonomics the getopts crate doesn’t even build anymore.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4108d5d..1f187f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,6 @@ test = false
doc = false
[dependencies]
+clap = "2.33"
libc = "0.2"
-getopts = "0.2"
lazy_static = "1.4"