* add text * fix avatar is not show * refactor chats * improve rich text * add benchmark for text * update
22 lines
439 B
TOML
22 lines
439 B
TOML
[package]
|
|
name = "chats"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
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
|