[package] name = "nakui-ui" version.workspace = true edition.workspace = true license.workspace = true description = "Nakui — runtime GPUI de la metainterfaz: carga module.json desde un directorio, monta sidebar de menús + área principal con listas y formularios sin código compilado por módulo." [dependencies] nakui-core = { path = "../../modules/nakui/core" } yahweh-meta-schema = { path = "../../modules/ui_engine/libs/meta-schema" } yahweh-meta-runtime = { path = "../../modules/ui_engine/libs/meta-runtime" } brahman-cards = { path = "../../core/brahman-cards" } yahweh-widget-text-input = { path = "../../modules/ui_engine/widgets/text_input" } yahweh-theme = { path = "../../modules/ui_engine/libs/theme" } gpui = { workspace = true } serde_json = { workspace = true } uuid = { workspace = true, features = ["serde"] } [[bin]] name = "nakui-ui" path = "src/main.rs" [dev-dependencies] tempfile = { workspace = true }