Directory A gleam project has following structure: gleam.toml src/**/*.{gleam,erl,mjs} test/**/*.{gleam,erl,mjs} Gleam.toml must have a name `name = "" And src and test must have the files src/<package>.gleam test/_test.gleam or src/_test.gleam