add community ui

This commit is contained in:
2026-09-20 09:45:15 +07:00
parent 10e53b9fcc
commit 3bbdc5ad34
6 changed files with 643 additions and 11 deletions
+20
View File
@@ -0,0 +1,20 @@
[package]
name = "community_ui"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
community = { path = "../community" }
state = { path = "../state" }
ui = { path = "../ui" }
theme = { path = "../theme" }
common = { path = "../common" }
person = { path = "../person" }
settings = { path = "../settings" }
gpui.workspace = true
nostr-sdk.workspace = true
anyhow.workspace = true
smallvec.workspace = true
log.workspace = true