Current section
Files
Jump to
Current section
Files
gleam.toml
name = "radiate"
version = "0.1.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Hot reloading while in development for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "pta2002", repo = "gleam-radiate" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.31"
filespy = "~> 0.1.1"
shellout = "~> 1.4"
[dev-dependencies]
gleeunit = "~> 0.10"