lapce/lsp/Cargo.toml

17 lines
411 B
TOML
Raw Normal View History

2020-10-15 17:03:20 +00:00
[package]
name = "lapce-lsp"
version = "0.0.1"
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
edition = "2018"
[dependencies]
2020-10-19 17:05:03 +00:00
memchr = "2.3.3"
languageserver-types = "0.54"
2020-10-15 17:03:20 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.59"
xi-rpc = { path = "../../xi-editor/rust/rpc/" }
2020-10-19 17:05:03 +00:00
xi-rope = { path = "../../xi-editor/rust/rope/" }
2020-10-15 17:03:20 +00:00
anyhow = "1.0.32"
2020-10-16 16:04:53 +00:00
parking_lot = "0.11.0"
jsonrpc-lite = "0.5.0"