From 1e1a47061c455a5324d8a62fa9bcee9ecdf9c4cb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 7 Nov 2018 10:01:18 -0500 Subject: better command line parsing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a3b2d3b..1e5783a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Jesse Luehrs "] [dependencies] +clap = "2.32" directories = "1.0" failure = "0.1" indicatif = "0.9" -- cgit v1.2.3-54-g00ecf