Current section

Files

Jump to
Raw

gleam.toml

name = "morse_code_translator"
version = "1.0.0"
description = "Morse Code Translator"
licences = ["MIT"]
links = [
{title = "Website", href = "https://salif.github.io/morse-code-translator"},
{title = "Codeberg", href = "https://codeberg.org/salif/morse-code-translator"},
]
repository = {type = "github", user = "salif", repo = "morse-code-translator"}
target = "javascript"
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"