2020-11-17 22:22:44 +00:00
|
|
|
[package]
|
2024-03-24 17:56:31 +00:00
|
|
|
name = "lapce-rpc"
|
|
|
|
description = "Data formats between lapce components"
|
|
|
|
license = { workspace = true }
|
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
|
|
|
rust-version = { workspace = true }
|
2020-11-17 22:22:44 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-03-24 17:56:31 +00:00
|
|
|
anyhow = { workspace = true }
|
|
|
|
crossbeam-channel = { workspace = true }
|
|
|
|
indexmap = { workspace = true }
|
|
|
|
parking_lot = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
tracing = { workspace = true }
|
|
|
|
url = { workspace = true }
|
2023-01-13 19:25:55 +00:00
|
|
|
|
2024-03-24 17:56:31 +00:00
|
|
|
lsp-types = { workspace = true }
|
|
|
|
lapce-xi-rope = { workspace = true }
|
2023-01-13 19:25:55 +00:00
|
|
|
|
2023-06-19 14:51:30 +00:00
|
|
|
[dependencies.human-sort]
|
|
|
|
git = "https://github.com/dragazo/human-sort"
|
|
|
|
rev = "1e74db1e09e8194ba88ad983723cf6f8b0c365da"
|