16 lines
395 B
TOML
16 lines
395 B
TOML
[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
|