+2
test/project_erlang/gleam.toml
+2
test/project_erlang/gleam.toml
···
23
23
# TODO: replace this with a package with a nif that compiles super fast. Perhaps
24
24
# just a hello world.
25
25
bcrypt = "~> 1.1"
26
+
# This is a rebar3 dep that output files in $REBAR_BARE_COMPILER_OUTPUT_DIR/priv
27
+
# and requires absolute paths
26
28
ezstd = "~> 1.1"
27
29
28
30
# This is a rebar3 dep where the application name (hpack, used by the BEAM)