Current section

Files

Jump to
filepath src filepath.app.src
Raw

src/filepath.app.src

{application, filepath, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Work with file paths in Gleam!"},
{modules, [filepath]},
{registered, []}
]}.