Files
lumbridge-code/spikes/gpui-shell/Cargo.toml
T
2026-08-31 16:32:50 -07:00

16 lines
371 B
TOML

[package]
name = "lumbridge-spike-gpui"
description = "GPUI implementation of the Lumbridge native shell spike"
version = "0.0.1"
edition = "2024"
rust-version = "1.94"
license = "Apache-2.0"
publish = false
[dependencies]
gpui = "0.2.2"
lumbridge-runtime = { path = "../../crates/lumbridge-runtime" }
lumbridge-spike-model = { path = "../ui-shell-model" }
[workspace]