Start bringing this library into a more modern idiom.

This commit is contained in:
2020-06-14 16:37:43 -07:00
parent f17f1eb246
commit ce2bf1407c
2 changed files with 7 additions and 68 deletions

View File

@@ -1,12 +1,13 @@
[package]
name = "simple_asn1"
version = "0.4.0"
version = "0.5.0"
authors = ["Adam Wick <awick@uhsure.com>"]
description = "A simple DER/ASN.1 encoding/decoding library."
categories = ["encoding"]
keywords = ["ASN1","encoding","DER"]
license-file = "LICENSE"
repository = "https://github.com/acw/simple_asn1"
edition = "2018"
[dependencies]
chrono = "^0.4.0"