Current section
Files
Jump to
Current section
Files
gleam_stats
gleam.toml
gleam.toml
name = "gleam_stats"
version = "1.1.0"
licences = ["MIT"]
description = "A Gleam mathematics and statistics library."
repository = { type = "github", user = "nicklasxyz", repo = "gleam_stats" }
links = [{ title = "Documentation", href = "https://hexdocs.pm/gleam_stats" }]
[dependencies]
gleam_stdlib = "~> 0.21"
gleam_bitwise = "~> 1.2"
[dev-dependencies]
gleeunit = "~> 0.6"