Current section
Files
Jump to
Current section
Files
gleam.toml
name = "question"
version = "1.0.0"
description = "Prompt user with question and return answer in callback"
licences = ["Apache-2.0"]
repository = { type = "github", user = "antonioxdias", repo = "question" }
links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]