mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
25 lines
546 B
TOML
25 lines
546 B
TOML
[package]
|
|
name = "lsp-server"
|
|
version = "0.7.9"
|
|
description = "Generic LSP server scaffold."
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
log = "0.4.27"
|
|
serde_json = "1.0.140"
|
|
serde = { version = "1.0.219" }
|
|
serde_derive = { version = "1.0.219" }
|
|
crossbeam-channel.workspace = true
|
|
|
|
[dev-dependencies]
|
|
lsp-types = "=0.95"
|
|
ctrlc = "3.4.7"
|
|
anyhow.workspace = true
|
|
rustc-hash.workspace = true
|
|
toolchain.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|