51ce71686a
Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) 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.24"
|
|
serde = { version = "1.0.83", features = ["derive"] }
|
|
crossbeam-channel = "0.3.5"
|