lapce/lapce-rpc/Cargo.toml

16 lines
386 B
TOML
Raw Normal View History

2020-11-17 22:22:44 +00:00
[package]
name = "lapce-rpc"
2022-10-12 18:13:39 +00:00
version = "0.2.1"
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]
2022-08-31 19:51:51 +00:00
log = "0.4.17"
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"
crossbeam-channel = "0.5.0"
2022-06-30 19:31:49 +00:00
lsp-types = { version = "0.93", features = ["proposed"] }
xi-rope = { git = "https://github.com/lapce/xi-editor", features = ["serde"] }