rust-analyzer/crates/gen_lsp_server/Cargo.toml
Ville Penttinen 710975ecd8 Fix typo in Cargo.toml authors
Fixes typo introduced in #782
2019-02-11 10:20:04 +02:00

16 lines
418 B
TOML

[package]
edition = "2018"
name = "gen_lsp_server"
version = "0.1.0"
authors = ["rust-analyzer developers"]
repository = "https://github.com/rust-analyzer/rust-analyzer"
license = "MIT OR Apache-2.0"
description = "Generic LSP server scaffold."
[dependencies]
lsp-types = "0.55.0"
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"