Implement demo of DER comms

This commit is contained in:
2025-02-25 22:01:38 +00:00
parent f5cb3b7166
commit 727c0aedd6
8 changed files with 119 additions and 41 deletions

View File

@@ -1,2 +1,6 @@
{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [{provider_asn1, "0.4.1"}]}.
{provider_hooks, [{pre, [{compile, {asn, compile}}]},
{post, [{clean, {asn, clean}}]}]}.
{asn1_args, [{compile_opts, [der]}]}.