Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update nitrokey dependency to 0.6.0 | Robin Krahl | 2020-01-29 |
| | | | | | | nitrokey 0.6.0 introduced the SerialNumber struct (instead of representing serial numbers as strings). We no longer have to manually format the serial number as SerialNumber implements Display. | ||
* | Move nitrocli source code into repository root | Daniel Mueller | 2020-04-04 |
Now that all vendored dependencies have been removed, this change moves the program's source code from the nitrocli/ directory into the root of the repository. |