Skip to content

Commit

Permalink
Add structopt dependency in version 0.3.7
Browse files Browse the repository at this point in the history
This patch series replaces argparse with structopt in the argument
handling code. As a first step, we need structopt as a dependency.
  • Loading branch information
d-e-s-o committed Apr 4, 2020
1 parent 681cc88 commit 31fffa2
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Unreleased
----------
- Reworked argument handling:
- Added `structopt` dependency in version `0.3.7`
- Removed vendored dependencies and moved source code into repository
root

Expand Down
115 changes: 115 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ version = "0.2"
[dependencies.nitrokey]
version = "0.4.0"

[dependencies.structopt]
version = "0.3.7"
default-features = false

[dev-dependencies.nitrokey-test]
version = "0.3.1"

Expand Down

0 comments on commit 31fffa2

Please sign in to comment.