diff options
author | Robin Krahl <me@robin-krahl.de> | 2018-05-19 21:41:08 +0200 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2018-05-19 21:41:08 +0200 |
commit | 5e669b3d44b798821502dea08062408686acb787 (patch) | |
tree | 3a66a421665fa1431caf53d7b7a304f423a97008 | |
parent | 160f4ad1efa372786ab4606fef62afa2518306f4 (diff) | |
download | nitrokey-rs-5e669b3d44b798821502dea08062408686acb787.tar.gz nitrokey-rs-5e669b3d44b798821502dea08062408686acb787.tar.bz2 |
Add README.md to Cargo.toml
Add the readme to Cargo.toml so that it is displayed on crates.io.
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ repository = "https://git.ireas.org/nitrokey-rs/" description = "Bindings to libnitrokey for communication with Nitrokey devices" keywords = ["nitrokey", "otp"] categories = ["api-bindings"] +readme = "README.md" license = "MIT" [features] |