* refactor * refactor * add documents * clean up * refactor * clean up * refactor identity * . * . * rename
27 lines
597 B
TOML
27 lines
597 B
TOML
[package]
|
|
name = "registry"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
global = { path = "../global" }
|
|
identity = { path = "../identity" }
|
|
settings = { path = "../settings" }
|
|
|
|
rust-i18n.workspace = true
|
|
i18n.workspace = true
|
|
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"
|