# SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: 2025 The Gleam contributors [package] name = "gleam-language-server" version = "1.18.0-rc2" authors = ["Louis Pilfold "] edition = "2024" license = "Apache-2.0" [dependencies] gleam-core = { path = "../compiler-core" } gleam-format = { path = "../format" } camino.workspace = true debug-ignore.workspace = true ecow.workspace = true hexpm = { path = "../hexpm" } im.workspace = true itertools.workspace = true lsp-server.workspace = true lsp-types.workspace = true serde_json.workspace = true strum.workspace = true vec1.workspace = true serde.workspace = true tracing.workspace = true toml.workspace = true num-bigint.workspace = true [dev-dependencies] insta.workspace = true