bigi/gleam.toml

19 lines
548 B
TOML
Raw Normal View History

2024-02-03 22:38:53 +00:00
name = "bigi"
2024-09-12 15:53:30 +00:00
version = "3.1.0"
2024-02-03 22:38:53 +00:00
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
2024-02-04 14:40:46 +00:00
description = "Arbitrary precision integer arithmetic for Gleam"
licences = ["MIT"]
2024-09-13 05:05:05 +00:00
repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "bigi" }
2024-02-03 22:38:53 +00:00
#
# 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"