[package] name = "shuma-shell" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true publish.workspace = true description = "Shell shuma — input de comandos inteligente (resaltado + autocompletado + pipes), monitores de CPU/memoria y lienzo de intenciones." [[bin]] name = "shuma-shell" path = "src/main.rs" [dependencies] shuma-intent = { path = "../../modules/shuma/shuma-intent" } shuma-line = { path = "../../modules/shuma/shuma-line" } shuma-sysmon = { path = "../../modules/shuma/shuma-sysmon" } shuma-shell-render = { path = "../../modules/shuma/shuma-shell-render" } nahual-theme = { path = "../../modules/nahual/libs/theme" } nahual-launcher = { path = "../../modules/nahual/libs/launcher" } gpui = { workspace = true }