Fork of daniellemaywood.uk/gleam — Wasm codegen work
360 B
16 lines
1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2026 The Gleam contributors
3
4[package]
5name = "erlang-term-format"
6authors = ["Louis Pilfold <louis@lpil.uk>"]
7version = "1.0.0"
8edition = "2024"
9license = "Apache-2.0"
10
11[dependencies]
12num-bigint.workspace = true
13num-traits.workspace = true
14
15[dev-dependencies]
16pretty_assertions.workspace = true