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

Configure Feed

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

gleam / format / Cargo.toml
465 B 18 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2020 The Gleam contributors 3 4[package] 5name = "gleam-format" 6version = "1.18.0-rc2" 7authors = ["Louis Pilfold <louis@lpil.uk>"] 8edition = "2024" 9license = "Apache-2.0" 10 11[dependencies] 12gleam-core = { path = "../compiler-core" } 13pretty-arena = { path = "../pretty-arena" } 14itertools.workspace = true 15vec1.workspace = true 16camino.workspace = true 17ecow.workspace = true 18pretty_assertions.workspace = true