Current section

Files

Jump to
glexer gleam.toml
Raw

gleam.toml

name = "glexer"
version = "0.5.0"
description = "A lexer for Gleam source code"
licenses = ["MIT"]
repository = { type = "github", user = "DanielleMaywood", repo = "glexer" }
[dependencies]
gleam_stdlib = "~> 0.28"
[dev-dependencies]
gleeunit = "~> 0.10"