3939fb66e7
Includes demo module with basic png and crypto for a full-cyle demo with a mobile phone.
10 lines
255 B
Erlang
10 lines
255 B
Erlang
{application, qrcode,
|
|
[{description, "QRCode Encoder"},
|
|
{vsn, "1.0.0"},
|
|
{modules, [qrcode, qrcode_matrix, qrcode_mask, reedsolomon, gf256, bits, base32]},
|
|
{mod, {qrcode, []}},
|
|
{registered, []},
|
|
{env, []},
|
|
{applications, [kernel, stdlib]}
|
|
]}.
|