From 74a9f5f899b280514d48bca1c20a26c884178c56 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 25 Jul 2020 09:34:48 -0500 Subject: [PATCH] Add readme to cargo --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 371c0b4..339588a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "rsa-magic-public-key" description = "Converting between the Magic Public Key format and a RustCrypto RSA type" -version = "0.2.0" +version = "0.2.1" license-file = "LICENSE" authors = ["asonix "] edition = "2018" repository = "https://git.asonix.dog/Aardwolf/rsa-magic-public-key" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html