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

Configure Feed

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

gleam / pretty-arena / Cargo.toml
449 B 18 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2026 The Gleam contributors 3 4[package] 5name = "pretty-arena" 6version = "1.0.0" 7authors = ["Louis Pilfold <louis@lpil.uk>", "Giacomo Cavalieri <info@giacomocavalieri.me>"] 8edition = "2024" 9license = "Apache-2.0" 10 11[dependencies] 12# Reference based memory arena 13typed-arena = "2" 14 15unicode-segmentation.workspace = true 16ecow.workspace = true 17num-bigint.workspace = true 18im.workspace = true