mirror of https://github.com/lapce/lapce.git
13 lines
302 B
TOML
13 lines
302 B
TOML
[package]
|
|
name = "lapce-lsp"
|
|
version = "0.0.1"
|
|
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0.59"
|
|
xi-rpc = { path = "../../xi-editor/rust/rpc/" }
|
|
lapce-core = { path = "../core" }
|
|
anyhow = "1.0.32"
|