Current section
Files
Jump to
Current section
Files
gleam.toml
name = "js_parser"
version = "0.5.0"
description = "A JavaScript parser written in Gleam"
licences = ["MIT"]
repository = { type = "github", user = "desertthunder", repo = "js_parser" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
simplifile = ">= 2.2.0 and < 3.0.0"
gleeunit = ">= 1.0.0 and < 2.0.0"