aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-05-19 21:41:08 +0200
committerRobin Krahl <me@robin-krahl.de>2018-05-19 21:41:08 +0200
commit5e669b3d44b798821502dea08062408686acb787 (patch)
tree3a66a421665fa1431caf53d7b7a304f423a97008 /Cargo.toml
parent160f4ad1efa372786ab4606fef62afa2518306f4 (diff)
downloadnitrokey-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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 523b98f..32aeab2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]