feat: add tests asn1-der-test

This commit is contained in:
2024-03-30 21:33:44 +08:00
parent 37f94aad3f
commit 18e7545bcf
4 changed files with 334 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "asn1-der-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
asn1-rs = "0.6.1"
base64 = "0.22.0"
hex = "0.4.3"