diff --git a/Cargo.toml b/Cargo.toml index edda0bc..7239c50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,9 @@ name = "simple_asn1" version = "0.1.0" authors = ["Adam Wick "] +description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"] -keywords = ["ASN.1","data encoding","DER"] +keywords = ["ASN1","data encoding","DER"] license-file = "LICENSE" repository = "https://github.com/acw/simple_asn1"