From 8c8334bc0e0c1b4129541fd1f556a701b131497b Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 9 Nov 2021 23:50:00 +0100 Subject: switch from getopts to clap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In addition to the glaring lack of ergonomics the getopts crate doesn’t even build anymore. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3