Files
lumbridge-code/apps/lumbridge/Cargo.toml
T

16 lines
348 B
TOML

[package]
name = "lumbridge"
description = "Local-first workspace and terminal multiplexer for agentic engineers"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
lumbridge-core = { path = "../../crates/lumbridge-core" }
[lints]
workspace = true