20 lines
376 B
TOML
20 lines
376 B
TOML
[package]
|
|
name = "input"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
theme = { path = "../theme" }
|
|
ui = { path = "../ui" }
|
|
|
|
gpui.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
anyhow.workspace = true
|
|
smol.workspace = true
|
|
|
|
unicode-segmentation = "1.12.0"
|
|
unicode-bidi = "0.3"
|