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