Current section

Files

Jump to
erltoken src erltoken.app.src
Raw

src/erltoken.app.src

{application,erltoken,
[{description,"Erlang token budgeting using tiktoken-rs"},
{vsn,"0.2.0"},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/savonarola/erltoken"}]},
{files,["LICENSE","README.md","build_nif.sh","rebar.config",
"priv","src","native/erltoken_nif/Cargo.lock",
"native/erltoken_nif/Cargo.toml",
"native/erltoken_nif/src"]},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[erltoken]}]}.