mirror of https://github.com/lapce/lapce.git
39 lines
1.0 KiB
TOML
39 lines
1.0 KiB
TOML
[package]
|
|
name = "lapce-proxy"
|
|
version = "0.1.3"
|
|
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
which = "4.2.5"
|
|
regex = "1.5.6"
|
|
grep-searcher = "0.1.8"
|
|
grep-matcher = "0.1.5"
|
|
grep-regex = "0.1.9"
|
|
ignore = "0.4.18"
|
|
globset = "0.4.9"
|
|
reqwest = { version = "0.11", features = ["blocking", "json", "socks"] }
|
|
wasmer = "2.1.1"
|
|
wasmer-wasi = "2.1.1"
|
|
directories = "4.0.1"
|
|
locale_config = "0.3.0"
|
|
base64 = "0.13.0"
|
|
alacritty_terminal = "0.16"
|
|
mio = "0.6.20"
|
|
hotwatch = "0.4.6"
|
|
notify = "5.0.0-pre.13"
|
|
xi-rope = { git = "https://github.com/lapce/xi-editor", features = ["serde"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
lsp-types = { version = "0.93", features = ["proposed"] }
|
|
parking_lot = { version = "0.11.0", features = ["deadlock_detection"] }
|
|
crossbeam-channel = "0.5.0"
|
|
jsonrpc-lite = "0.5.0"
|
|
serde_json = "1.0.59"
|
|
anyhow = "1.0.32"
|
|
home = "0.5.3"
|
|
toml = "0.5.6"
|
|
git2 = { version = "0.14.4", features = ["vendored-openssl"] }
|
|
lapce-rpc = { path = "../lapce-rpc" }
|
|
trash = "2.1"
|
|
log = "0.4.17"
|