From 155fe48e7f2a00f7c28d6a6443257f3e83fcb716 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Tue, 26 Dec 2017 18:15:21 -0800 Subject: [PATCH] Add description, fix keywords. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"