dba855e446
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
711 B
TOML
16 lines
711 B
TOML
[package]
|
|
name = "llimphi-module-symbol-outline"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
publish.workspace = true
|
|
repository.workspace = true
|
|
description = "llimphi-module-symbol-outline — outline del documento (funciones, structs, métodos) navegable con fuzzy filter. Módulo Llimphi reutilizable: el host le pasa un Vec<SymbolItem> y el módulo emite GoTo(line, col). No depende de LSP — el host puede poblarlo desde cualquier fuente (tree-sitter, parser propio, LSP)."
|
|
|
|
[dependencies]
|
|
llimphi-ui = { workspace = true }
|
|
llimphi-theme = { workspace = true }
|
|
llimphi-widget-text-input = { workspace = true }
|
|
nucleo-matcher = { workspace = true }
|