bigi/gleam.toml

20 lines
556 B
TOML
Raw Normal View History

2024-02-03 22:38:53 +00:00
name = "bigi"
version = "1.0.0"
# 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 = "username", repo = "project" }
# 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/.
2024-02-04 14:36:17 +00:00
[dependencies]
2024-02-03 22:38:53 +00:00
gleam_stdlib = "~> 0.34 or ~> 1.0"
2024-02-04 14:36:17 +00:00
[dev-dependencies]
2024-02-03 22:38:53 +00:00
gleeunit = "~> 1.0"