dba855e446
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
536 B
TOML
16 lines
536 B
TOML
[package]
|
|
name = "llimphi-widget-status-bar"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
publish.workspace = true
|
|
repository.workspace = true
|
|
description = "llimphi-widget-status-bar — barra inferior con segmentos left/center/right configurables. Cada segmento puede llevar icono opcional y handler de click."
|
|
|
|
[dependencies]
|
|
llimphi-ui = { workspace = true }
|
|
llimphi-theme = { workspace = true }
|
|
llimphi-icons = { workspace = true }
|
|
llimphi-widget-panel = { workspace = true }
|