This commit is contained in:
2026-07-25 07:40:17 +07:00
parent bcb5a19bf2
commit addd834995
12 changed files with 4 additions and 291 deletions

View File

@@ -13,7 +13,6 @@ 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
@@ -22,13 +21,5 @@ nostr-connect.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"