Integrate date and validity parsing.

This commit is contained in:
2017-12-20 13:51:43 -08:00
parent 548b2a067c
commit 89c657854e
2 changed files with 46 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["awick"]
[dependencies]
chrono = "^0.4.0"
num = "^0.1.40"
simple_asn1 = { path = "../simple_asn1" }