Fork of daniellemaywood.uk/gleam — Wasm codegen work
399 B
13 lines
1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2026 The Gleam contributors
3
4name = "escript_with_dependency"
5version = "1.0.0"
6
7[dependencies]
8# This is the smallest dependency I know of. A few lines of code, and it
9# doesn't have any dependencies of its own. It was selected to make the code of
10# compilation as small as possible.
11argv = ">= 1.1.0 and < 2.0.0"
12
13[dev_dependencies]