19 lines
427 B
TOML
19 lines
427 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"
|
|
|
|
[dev-dependencies]
|
|
lumbridge-terminal = { path = "../lumbridge-terminal" }
|
|
|
|
[lints]
|
|
workspace = true
|