Files
lumbridge-code/crates/lumbridge-runtime/Cargo.toml
T
2026-08-31 16:32:50 -07:00

16 lines
351 B
TOML

[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