626badc30a
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.82...v1.0.83) Signed-off-by: dependabot[bot] <support@dependabot.com>
17 lines
446 B
TOML
17 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.1"
|
|
log = "0.4.3"
|
|
failure = "0.1.2"
|
|
serde_json = "1.0.24"
|
|
serde = { version = "1.0.83", features = ["derive"] }
|
|
crossbeam-channel = "0.2.4"
|