lapce/Cargo.toml

30 lines
700 B
TOML
Raw Normal View History

2019-09-03 17:30:08 +00:00
[package]
name = "crane"
version = "0.0.1"
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
edition = "2018"
[dependencies]
2020-09-18 13:44:58 +00:00
toml = "0.5.6"
2020-09-17 21:33:59 +00:00
anyhow = "1.0.32"
2020-09-16 21:46:25 +00:00
strum = "0.19"
strum_macros = "0.19"
lazy_static = "1.4.0"
2020-09-11 11:53:57 +00:00
# piet-cairo = "0.0.6"
2019-09-03 17:30:08 +00:00
serde = "1.0"
serde_json = "1.0"
syntect = "3.2"
2020-09-17 21:33:59 +00:00
xi-core-lib = { path = "../xi-editor/rust/core-lib/" }
xi-rope = { path = "../xi-editor/rust/rope/" }
2019-09-26 13:58:04 +00:00
fzyr = "0.1.2"
2019-09-06 15:48:03 +00:00
uuid = { version = "0.7.4", features = ["v4"] }
2020-09-11 11:53:57 +00:00
# crane_ui = {path = "./ui"}
# crane_ui_macros = {path = "./ui_macros"}
2019-09-27 16:21:10 +00:00
lsp-types = "0.61.0"
2020-09-11 11:53:57 +00:00
druid = { git = "https://github.com/linebender/druid" }
2019-09-03 17:30:08 +00:00
2020-09-11 11:53:57 +00:00
# [dependencies.cairo-rs]
# version = "0.7.1"
# # We don't need glib
# default-features = false