2022-10-18 12:07:22 -06:00
|
|
|
[package]
|
|
|
|
|
name = "editor-orbclient"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
|
|
|
|
edition = "2021"
|
2022-10-26 15:37:26 -06:00
|
|
|
license = "MIT OR Apache-2.0"
|
2022-10-18 12:07:22 -06:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-09 10:09:42 -07:00
|
|
|
cosmic-text = { path = "../..", features = ["syntect"] }
|
2022-10-18 12:07:22 -06:00
|
|
|
env_logger = "0.9"
|
|
|
|
|
fontdb = "0.9"
|
|
|
|
|
log = "0.4"
|
2022-10-27 09:16:21 -06:00
|
|
|
orbclient = "0.3.35"
|