* refactor * update * update * update * remove nostrprofile struct * update * refactor contacts * prevent double login
23 lines
473 B
TOML
23 lines
473 B
TOML
[package]
|
|
name = "chats"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
account = { path = "../account" }
|
|
common = { path = "../common" }
|
|
global = { path = "../global" }
|
|
ui = { path = "../ui" }
|
|
|
|
gpui.workspace = true
|
|
nostr.workspace = true
|
|
nostr-sdk.workspace = true
|
|
anyhow.workspace = true
|
|
itertools.workspace = true
|
|
chrono.workspace = true
|
|
smallvec.workspace = true
|
|
smol.workspace = true
|
|
oneshot.workspace = true
|
|
log.workspace = true
|