* feat: add global account and refactor chat registry * chore: improve last seen * chore: reduce string alloc * wip: refactor room * chore: fix edit profile panel * chore: refactor open window in main * chore: refactor sidebar * chore: refactor room
17 lines
298 B
TOML
17 lines
298 B
TOML
[package]
|
|
name = "account"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
state = { path = "../state" }
|
|
|
|
gpui.workspace = true
|
|
nostr-sdk.workspace = true
|
|
anyhow.workspace = true
|
|
smol.workspace = true
|
|
oneshot.workspace = true
|
|
log.workspace = true
|