Current section
Files
Jump to
Current section
Files
test_package
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{src_dirs, ["src", "gen/src"]}.
{profiles, [
{test, [{src_dirs, ["src", "test", "gen/src", "gen/test"]}]}
]}.
{project_plugins, [rebar_gleam, rebar3_hex]}.
{deps, [
%% hex packages
{gleam_bitwise, "1.0.1"},
%% git dependencies
{gleam_stdlib, "", {git, "git://github.com/gleam-lang/stdlib.git", {branch, "main"}}}
]}.