mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
16 lines
446 B
TOML
16 lines
446 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "gen_lsp_server"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
repository = "https://github.com/rust-analyzer/rust-analyzer"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Generic LSP server scaffold."
|
|
|
|
[dependencies]
|
|
languageserver-types = "0.53.0"
|
|
log = "0.4.3"
|
|
failure = "0.1.2"
|
|
serde_json = "1.0.24"
|
|
serde = { version = "1.0.71", features = ["derive"] }
|
|
crossbeam-channel = "0.2.4"
|