* use uniform list for rooms list * move profile cache to outside gpui context * update comment * refactor * refactor * . * . * add avatar component * . * refactor * .
14 lines
225 B
TOML
14 lines
225 B
TOML
[package]
|
|
name = "global"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
nostr-sdk.workspace = true
|
|
dirs.workspace = true
|
|
smol.workspace = true
|
|
|
|
whoami = "1.5.2"
|
|
rustls = "0.23.23"
|