993b7625b8
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
637 B
TOML
16 lines
637 B
TOML
[package]
|
|
name = "llimphi-module-shuma-term"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
publish.workspace = true
|
|
repository.workspace = true
|
|
description = "llimphi-module-shuma-term — terminal integrado tipo Ctrl+\\` de VS Code. Módulo Llimphi sobre shuma-exec (PTY real) + vt100 (emulación). Cualquier app Llimphi puede enchufar un terminal sandboxeado por el shell del usuario."
|
|
|
|
[dependencies]
|
|
llimphi-ui = { workspace = true }
|
|
llimphi-theme = { workspace = true }
|
|
shuma-exec = { path = "../../../shuma/sandbox/shuma-exec", version = "0.1.0" }
|
|
vt100 = { workspace = true }
|