2020-11-17 22:22:44 +00:00
|
|
|
[package]
|
|
|
|
name = "lapce-rpc"
|
2022-11-01 19:32:52 +00:00
|
|
|
description = "Data formats between lapce components"
|
|
|
|
license = "Apache-2.0"
|
2023-01-13 19:25:55 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
2020-11-17 22:22:44 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-13 19:25:55 +00:00
|
|
|
anyhow.workspace = true
|
|
|
|
crossbeam-channel.workspace = true
|
|
|
|
indexmap.workspace = true
|
|
|
|
parking_lot.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
2023-06-19 14:51:30 +00:00
|
|
|
tracing.workspace = true
|
2023-09-26 20:14:05 +00:00
|
|
|
url.workspace = true
|
2023-01-13 19:25:55 +00:00
|
|
|
|
|
|
|
lsp-types.workspace = true
|
|
|
|
|
|
|
|
lapce-xi-rope.workspace = true
|
|
|
|
|
2023-06-19 14:51:30 +00:00
|
|
|
[dependencies.human-sort]
|
|
|
|
git = "https://github.com/dragazo/human-sort"
|
|
|
|
rev = "1e74db1e09e8194ba88ad983723cf6f8b0c365da"
|