⭐️ A friendly language for building type-safe, scalable systems!

document ezstd dep

Signed-off-by: Gustavo Inacio <incio.gusta@gmail.com>

authored by Gustavo Inacio and committed by Louis Pilfold 015241e9 229fc055

Changed files
+2
test
project_erlang
+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)