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

Configure Feed

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

1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2026 The Gleam contributors 3 4[package] 5name = "erlang-generation" 6authors = ["Louis Pilfold <louis@lpil.uk>"] 7version = "1.0.0" 8edition = "2024" 9license = "Apache-2.0" 10 11[dependencies] 12# Encoding values in the erlang term format 13erlang-term-format = { path = "../erlang-term-format" } 14itertools.workspace = true 15num-bigint.workspace = true 16num-traits.workspace = true 17regex.workspace = true 18ecow.workspace = true