mirror of https://github.com/lapce/lapce.git
17 lines
366 B
TOML
17 lines
366 B
TOML
[package]
|
|
name = "lapce"
|
|
version = "0.0.1"
|
|
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
lapce-core = { path = "./core" }
|
|
parking_lot = { version = "0.11.0", features = ["deadlock_detection"] }
|
|
druid = { version = "0.7.0", features = ["svg"] }
|
|
|
|
[build-dependencies]
|
|
cc = "*"
|
|
|
|
[workspace]
|
|
members = ["lsp", "core", "proxy", "rpc"]
|