Current section
Files
Jump to
Current section
Files
novdom_dev_tools
gleam.toml
gleam.toml
name = "novdom_dev_tools"
version = "0.1.0"
target = "erlang"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Dev Tools for the novdom framework"
licences = ["MIT"]
repository = { type = "github", user = "TobiasBinnewies", repo = "novdom_dev_tools" }
# links = [{ title = "Website", href = "https://gleam.run" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
internal_modules = ["novdom_dev_tools/internals", "novdom_dev_tools/internals/*"]
[dependencies]
argv = "~> 1.0"
filepath = "~> 1.0"
# gleam_community_ansi = "~> 1.4"
# gleam_erlang = "~> 0.25"
# gleam_http = "~> 3.6"
# gleam_json = "~> 1.0 or ~> 2.0"
# gleam_otp = "~> 0.10"
gleam_package_interface = "~> 1.0"
gleam_stdlib = "~> 0.34 or ~> 1.0"
glint = ">=1.0.0 and < 2.0.0"
glisten = "~> 2.0"
# mist = "~> 1.0"
simplifile = ">= 2.0.0 and < 3.0.0"
spinner = "~> 1.1"
tom = "~> 0.3"
# wisp = "~> 0.14"
# fs = "~> 8.6"
# gleam_httpc = ">= 2.2.0 and < 3.0.0"
# term_size = ">= 1.0.1 and < 2.0.0"
# gleam_crypto = ">= 1.3.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"