custome input
This commit is contained in:
19
crates/input/Cargo.toml
Normal file
19
crates/input/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user