10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
|
{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]}
|
||
|
]}.
|