Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / licence-bundler / gleam.toml
340 B 14 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2024 The Gleam contributors 3 4name = "licence_bundler" 5version = "1.0.0" 6 7[dependencies] 8gleam_stdlib = ">= 0.70.0 and < 2.0.0" 9simplifile = ">= 2.4.0 and < 3.0.0" 10shellout = ">= 1.8.0 and < 2.0.0" 11tom = ">= 2.0.2 and < 3.0.0" 12htmb = ">= 2.1.0 and < 3.0.0" 13 14[dev_dependencies]