Add bounded runtime actor and live PTY pane
CI / rust (push) Successful in 3m26s

This commit is contained in:
2026-08-31 16:32:50 -07:00
parent ab7543b9c6
commit 32d190c6c6
15 changed files with 1111 additions and 39 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "lumbridge-runtime"
description = "Session actor and process ownership boundary for Lumbridge"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
lumbridge-pty = { path = "../lumbridge-pty" }
thiserror = "2.0"
[lints]
workspace = true