* refactor * update * . * rustfmt * . * . * . * . * . * add document * . * add logout * handle error * chore: update gpui * adjust timeout
23 lines
447 B
TOML
23 lines
447 B
TOML
[package]
|
|
name = "chats"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
global = { path = "../global" }
|
|
|
|
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
|
|
|
|
fuzzy-matcher = "0.3.7"
|