aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/simplifile/gleam.toml
blob: 8e7523d7927f36cd0cd3cef90c2c18beace982a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name = "simplifile"
version = "1.0.0"
description = "Basic file operations that work on all targets"

licences = ["Apache-2.0"]
repository = { type = "github", user = "bcpeinhardt", repo = "simplifile" }
gleam = ">= 0.32.0"
# links = [{ title = "Website", href = "https://gleam.run" }]

[javascript.deno]
allow_all = true

[dependencies]
gleam_stdlib = "~> 0.29"

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