From 701c71952afc199fc1a9f0d45a7b5fb08cabffe8 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 3 Mar 2017 21:53:10 -0800 Subject: Add basic scaffolding This change adds the basic scaffolding for the nitrocli application. The scaffolding was created using the following command: $ cargo new --bin nitrocli The application aims at providing a command line interface for the Nitrokey Storage device. --- nitrocli/Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nitrocli/Cargo.lock (limited to 'nitrocli/Cargo.lock') diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock new file mode 100644 index 0000000..8da0130 --- /dev/null +++ b/nitrocli/Cargo.lock @@ -0,0 +1,4 @@ +[root] +name = "nitrocli" +version = "0.1.0" + -- cgit v1.2.1