Fork of daniellemaywood.uk/gleam — Wasm codegen work
285 B
13 lines
1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2023 The Gleam contributors
3
4name = "module"
5version = "0.1.0"
6description = "A Gleam project"
7
8[dependencies]
9gleam_stdlib = ">= 0.58.0 and < 2.0.0"
10gleeunit = ">= 1.0.0 and < 2.0.0"
11
12[javascript.deno]
13allow_read = true