[package] name = "lumbridge-spike-floem" description = "Floem implementation of the Lumbridge native shell spike" version = "0.0.1" edition = "2024" rust-version = "1.94" license = "Apache-2.0" publish = false [dependencies] floem = { git = "https://github.com/lapce/floem", rev = "778bb5f2aa08429e579ee2e6ac97e84fbf18b618", default-features = false, features = ["editor", "vger"] } lumbridge-spike-model = { path = "../ui-shell-model" } [workspace]