From bd7c31233de96d96e16f9c15e22d014514f7a173 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 Nov 2018 01:52:31 -0500 Subject: stop passing the api key on the command line --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1e5783a..c2bb578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ directories = "1.0" failure = "0.1" indicatif = "0.9" reqwest = "0.9" +rpassword = "2.0" rusqlite = "0.15" serde = "1.0" serde_json = "1.0" -- cgit v1.2.3-54-g00ecf