Current section
Files
Jump to
Current section
Files
gleam.toml
name = "argv"
version = "1.0.0"
description = "A cross platform library for getting the command line arguments"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "argv" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[javascript.deno]
allow_read = true
[dev-dependencies]
gleam_stdlib = "~> 0.32"