[package] name = "lumbridge-devices" description = "An honest tailnet device roster: reachability from Tailscale, Lumbridge presence from the user" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true [dependencies] # For RemoteTransport. A registration records which client opens the remote # session, and that choice is defined once, in core, so a devices note and a # stored RemoteHost cannot drift into two spellings of the same thing. lumbridge-core = { path = "../lumbridge-core" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "2.0" [lints] workspace = true