[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-line = { path = "../../modules/shuma/shuma-line" } shuma-session = { path = "../../modules/shuma/shuma-session" } shuma-exec = { path = "../../modules/shuma/shuma-exec" } shuma-sysmon = { path = "../../modules/shuma/shuma-sysmon" } nahual-theme = { path = "../../modules/nahual/libs/theme" } nahual-launcher = { path = "../../modules/nahual/libs/launcher" } gpui = { workspace = true }