19 lines
387 B
TOML
19 lines
387 B
TOML
[package]
|
|
name = "editor-orbclient"
|
|
version = "0.1.0"
|
|
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cosmic-text = { path = "../..", features = ["syntect"] }
|
|
env_logger = "0.10"
|
|
fontdb = "0.13"
|
|
log = "0.4"
|
|
orbclient = "0.3.35"
|
|
unicode-segmentation = "1.7"
|
|
|
|
[features]
|
|
default = []
|
|
vi = ["cosmic-text/vi"]
|