mirror of https://github.com/lapce/lapce.git
23 lines
661 B
TOML
23 lines
661 B
TOML
[package]
|
|
name = "lapce-core"
|
|
version = "0.0.12"
|
|
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
thiserror = "1.0"
|
|
itertools = "0.10.3"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
tree-sitter = "0.20.6"
|
|
tree-sitter-highlight = "0.20.1"
|
|
tree-sitter-rust = "0.20.0"
|
|
tree-sitter-go = "0.19.1"
|
|
tree-sitter-javascript = "0.20.0"
|
|
tree-sitter-typescript = "0.20.0"
|
|
tree-sitter-python = "0.19.1"
|
|
tree-sitter-toml = "0.20.0"
|
|
tree-sitter-php = { git = "https://github.com/tree-sitter/tree-sitter-php.git", version = "0.19.1" }
|
|
xi-rope = { git = "https://github.com/lapce/xi-editor", features = ["serde"] }
|
|
lapce-proxy = { path = "../lapce-proxy" }
|