lapce/lapce-rpc/Cargo.toml

17 lines
456 B
TOML
Raw Normal View History

2020-11-17 22:22:44 +00:00
[package]
name = "lapce-rpc"
2022-05-12 17:43:27 +00:00
version = "0.1.0"
2020-11-17 22:22:44 +00:00
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
2022-05-12 17:43:27 +00:00
edition = "2021"
2020-11-17 22:22:44 +00:00
[dependencies]
notify = { version = "5.0.0-pre.13", features = ["serde"] }
2022-02-02 17:31:17 +00:00
parking_lot = "0.11.2"
2020-11-17 22:22:44 +00:00
anyhow = "1.0.34"
serde_json = "1.0.59"
serde = "1.0"
jsonrpc-lite = "0.5.0"
crossbeam-channel = "0.5.0"
lsp-types = { version = "0.89.2", features = ["proposed"] }
xi-rope = { git = "https://github.com/lapce/xi-editor", features = ["serde"] }