[package] name = "workspace" version.workspace = true edition.workspace = true publish.workspace = true [dependencies] ui = { path = "../ui" } theme = { path = "../theme" } common = { path = "../common" } state = { path = "../state" } device = { path = "../device" } chat = { path = "../chat" } chat_ui = { path = "../chat_ui" } settings = { path = "../settings" } auto_update = { path = "../auto_update" } person = { path = "../person" } gpui.workspace = true nostr-sdk.workspace = true anyhow.workspace = true serde.workspace = true serde_json.workspace = true itertools.workspace = true log.workspace = true smallvec.workspace = true futures.workspace = true oneshot.workspace = true webbrowser.workspace = true tracing-subscriber.workspace = true indexset = "0.12.3"