Implement demo of DER comms
This commit is contained in:
@@ -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]}]}.
|
||||
|
||||
Reference in New Issue
Block a user