96ecd73a5c
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.33...v1.0.34) 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.4"
|
|
serde_json = "1.0.34"
|
|
serde = { version = "1.0.83", features = ["derive"] }
|
|
crossbeam-channel = "0.3.5"
|