gn-language-server/Cargo.toml
nightly-bump[bot] f3ca693a4f
Some checks failed
CI / build (darwin-arm64) (push) Has been cancelled
CI / build (linux-x64) (push) Has been cancelled
CI / build (win32-x64) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build IntelliJ plugin (push) Has been cancelled
CI / attestation (push) Has been cancelled
CI / upload-release-artifacts (push) Has been cancelled
CI / publish-vscode (push) Has been cancelled
CI / publish-cargo (push) Has been cancelled
Bump version to 1.9.23
2025-12-23 00:24:08 +00:00

34 lines
829 B
TOML

[package]
name = "gn-language-server"
description = "A language server for GN, the build configuration language used in Chromium, Fuchsia, and other projects"
version = "1.9.23-prerelease"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/google/gn-language-server"
exclude = [
".github",
"docs",
"intellij-gn",
"testdata",
"third_party",
"vscode-gn",
]
[dependencies]
either = "1.13.0"
futures = "0.3.31"
itertools = "0.14.0"
normalize-path = "0.2.1"
pest = "2.7.15"
pest_derive = "2.7.15"
self_cell = "1.2.1"
serde = "1.0.217"
serde_json = "1.0.134"
thiserror = "2.0.12"
tokio = { version = "1.47.0", features = ["io-std", "io-util", "macros", "process", "rt-multi-thread", "sync"] }
tower-lsp = "0.20.0"
walkdir = "2.5.0"
which = "7.0.2"
[dev-dependencies]
tempfile = "3.19.1"