lapce/lapce-core/Cargo.toml

17 lines
412 B
TOML
Raw Normal View History

2022-03-08 15:08:35 +00:00
[package]
name = "lapce-core"
version = "0.0.10"
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
2022-03-08 20:55:56 +00:00
edition = "2021"
2022-03-08 15:08:35 +00:00
[dependencies]
2022-03-17 09:46:41 +00:00
thiserror = "1.0"
2022-03-10 22:07:20 +00:00
itertools = "0.10.3"
serde_json = "1.0"
2022-03-08 20:55:56 +00:00
tree-sitter = "0.20.6"
2022-03-17 09:46:41 +00:00
tree-sitter-highlight = "0.20.1"
2022-03-10 22:07:20 +00:00
tree-sitter-rust = "0.20.0"
2022-03-17 09:46:41 +00:00
tree-sitter-go = "0.19.1"
tree-sitter-javascript = "0.20.0"
2022-03-10 22:07:20 +00:00
xi-rope = { git = "https://github.com/lapce/xi-editor", features = ["serde"] }