From 5b5d87966e6dfbd8cef3bcac9546664590d43d9e Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 7 Jan 2019 19:33:11 +0000 Subject: Implement argument handling according to spec --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bd186ec..8dec924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ readme = "README.md" license = "MIT" [dependencies] +argparse = "0.2" -- cgit v1.2.1