mirror of https://github.com/lapce/lapce.git
27 lines
548 B
TOML
27 lines
548 B
TOML
|
[package]
|
||
|
name = "crane"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
piet-cairo = "0.0.6"
|
||
|
serde = "1.0"
|
||
|
serde_json = "1.0"
|
||
|
syntect = "3.2"
|
||
|
xi-core-lib = { git = "https://github.com/xi-editor/xi-editor" }
|
||
|
xi-rpc = { git = "https://github.com/xi-editor/xi-editor" }
|
||
|
strum = "0.15.0"
|
||
|
strum_macros = "0.15.0"
|
||
|
|
||
|
[dependencies.cairo-rs]
|
||
|
version = "0.7.1"
|
||
|
# We don't need glib
|
||
|
default-features = false
|
||
|
|
||
|
[dependencies.druid-shell]
|
||
|
path = "../druid/druid-shell"
|
||
|
|
||
|
[dependencies.druid]
|
||
|
path = "../druid"
|