[package] name = "yahweh-widget-meta-form" version.workspace = true edition.workspace = true license.workspace = true description = "Yahweh — widget metainterfaz: lista, formulario, modal de delete y selector EntityRef que renderean cualquier `yahweh-meta-schema::Module` contra cualquier `yahweh_meta_runtime::MetaBackend`. App-agnostic." [dependencies] gpui = { workspace = true } serde_json = { workspace = true } uuid = { workspace = true, features = ["serde"] } yahweh-meta-runtime = { path = "../../libs/meta-runtime" } yahweh-meta-schema = { path = "../../libs/meta-schema" } yahweh-theme = { path = "../../libs/theme" } yahweh-widget-text-input = { path = "../text_input" }