From 5e669b3d44b798821502dea08062408686acb787 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 19 May 2018 21:41:08 +0200 Subject: Add README.md to Cargo.toml Add the readme to Cargo.toml so that it is displayed on crates.io. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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] -- cgit v1.2.1