mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 14:06:11 +03:00
23 lines
332 B
TOML
23 lines
332 B
TOML
|
[package]
|
||
|
name = "ui_text_field"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/ui_text_field.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
editor.workspace = true
|
||
|
gpui.workspace = true
|
||
|
settings.workspace = true
|
||
|
theme.workspace = true
|
||
|
ui.workspace = true
|
||
|
|
||
|
[features]
|
||
|
default = []
|