apkallone/gleam.toml

22 lines
621 B
TOML
Raw Permalink Normal View History

2024-10-22 20:48:44 +00:00
name = "apkallone"
2024-10-22 21:33:44 +00:00
version = "0.1.0"
2024-10-22 20:48:44 +00:00
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "", repo = "" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
2024-10-22 21:33:44 +00:00
gleam_httpc = ">= 3.0.0 and < 4.0.0"
gleam_json = ">= 2.0.0 and < 3.0.0"
gleam_http = ">= 3.7.0 and < 4.0.0"
2024-10-22 20:48:44 +00:00
[dev-dependencies]