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
441 B 19 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 12[dependencies] 13# Reference arena 14typed-arena = "2.0.2" 15 16unicode-segmentation.workspace = true 17ecow.workspace = true 18num-bigint.workspace = true 19im.workspace = true