aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_erlang/gleam.toml
blob: 8d626035c25a4fa36d9d5ca4fc3b82b8a5c1505c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name = "gleam_erlang"

version = "0.23.1"
licences = ["Apache-2.0"]
description = "A Gleam library for working with Erlang"

repository = { type = "github", user = "gleam-lang", repo = "erlang" }
links = [
  { title = "Website", href = "https://gleam.run" },
  { title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
gleam = ">= 0.32.0"

[dependencies]
gleam_stdlib = "~> 0.32"

[dev-dependencies]
gleeunit = "~> 0.6"