[package] name = "lapaloma-financial-demo" version = { workspace = true } edition = { workspace = true } license = { workspace = true } authors = { workspace = true } publish = { workspace = true } description = "Lapaloma — demo de candlesticks OHLC. Random walk sintético de 120 días con pan + zoom." [dependencies] gpui = { workspace = true } yahweh-launcher = { path = "../../modules/ui_engine/libs/launcher" } yahweh-theme = { path = "../../modules/ui_engine/libs/theme" } lapaloma-render = { path = "../../modules/ui_engine/widgets/lapaloma-render", features = ["gpui"] } lapaloma-cartesian = { path = "../../modules/ui_engine/widgets/lapaloma-cartesian" } lapaloma-financial = { path = "../../modules/ui_engine/widgets/lapaloma-financial" }