1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2021 The Gleam contributors
3
4name = "language"
5version = "1.0.0"
6
7[dev_dependencies]
8gleeunit = ">= 1.9.0 and < 2.0.0"
9
10[javascript.deno]
11allow_read = [
12 "./build",
13 "gleam.toml",
14 "test"
15]