mirror of https://github.com/lapce/lapce.git
29 lines
670 B
TOML
29 lines
670 B
TOML
[package]
|
|
name = "crane"
|
|
version = "0.0.1"
|
|
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
strum = "0.19"
|
|
strum_macros = "0.19"
|
|
lazy_static = "1.4.0"
|
|
# piet-cairo = "0.0.6"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
syntect = "3.2"
|
|
# xi-core-lib = { path = "../xi-editor/rust/core-lib/" }
|
|
# xi-rpc = { path = "../xi-editor/rust/rpc/" }
|
|
fzyr = "0.1.2"
|
|
uuid = { version = "0.7.4", features = ["v4"] }
|
|
# crane_ui = {path = "./ui"}
|
|
# crane_ui_macros = {path = "./ui_macros"}
|
|
lsp-types = "0.61.0"
|
|
druid = { git = "https://github.com/linebender/druid" }
|
|
|
|
# [dependencies.cairo-rs]
|
|
# version = "0.7.1"
|
|
# # We don't need glib
|
|
# default-features = false
|
|
|