Packages

Erlang wrapper for Rust's cargo build tool

Current section

Files

Jump to
cargo src cargo.app.src
Raw

src/cargo.app.src

{application,cargo,
[{description,"Erlang wrapper for Rust's cargo build tool"},
{vsn,"0.1.3"},
{registered,[]},
{applications,[kernel,stdlib,jsx]},
{env,[]},
{modules,[]},
{build_tools,["rebar3","mix"]},
{include_files,["mix.exs"]},
{licenses,["Apache-2.0","MIT"]},
{links,[{"Github",
"https://github.com/rusterlium/erlang-cargo"}]}]}.