{deps, [grisp]}.

{plugins, [{rebar3_grisp, "0.1.0"}]}.

{erl_opts, [debug_info]}.

{grisp, [
    {otp_release, "19"},
    {deploy, [
        {destination, "/path/to/SD-card"}
    ]}
]}.

{relx, [
    {release, {mygrispproject, "0.1.0"}, [mygrispproject]}
]}.