diff options
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r-- | nitrocli/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 68b3b80..42a411f 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -35,6 +35,10 @@ A command line tool for interacting with the Nitrokey Storage device. [badges] gitlab = { repository = "d-e-s-o/nitrocli", branch = "master" } +[dependencies.argparse] +version = "0.2.2" +path = "../argparse" + [dependencies.nitrokey] version = "0.2.1" path = "../nitrokey" |