From 95da8880e311d4932fd50febab6ef093e5915051 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Apr 2020 22:40:00 -0400 Subject: start moving to an actual cli app --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d4743ff..cfd4bfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" aes = "*" base64 = "*" block-modes = "*" +clap = "*" directories = "*" fs2 = "*" hkdf = "*" -- cgit v1.2.3-54-g00ecf