feat: add interactive VT and workspace command plane
CI / rust (push) Successful in 3m48s

This commit is contained in:
2026-08-31 17:05:49 -07:00
parent 32d190c6c6
commit b838d000db
54 changed files with 3004 additions and 113 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "lumbridge-terminal"
description = "Framework-neutral terminal state, snapshots, and input encoding for Lumbridge"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
alacritty_terminal = { version = "0.26.0", default-features = false }
thiserror = "2.0"
[lints]
workspace = true