Initial commit.

This commit is contained in:
2017-11-14 15:53:11 -08:00
commit df965d1bb1
5 changed files with 485 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "simple_x509"
version = "0.1.0"
authors = ["awick"]
[dependencies]
num = "^0.1.40"
simple_asn1 = { path = "../simple_asn1" }
[dev-dependencies]
quickcheck = "^0.4.1"