* wip: refactor * refactor * clean up * . * rename * add relay auth * . * . * optimize * . * clean up * add encryption crate * . * . * . * . * . * add encryption crate * . * refactor nip4e * . * fix endless loop * fix metadata fetching
28 lines
629 B
TOML
28 lines
629 B
TOML
[package]
|
|
name = "encryption_ui"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
state = { path = "../state" }
|
|
ui = { path = "../ui" }
|
|
theme = { path = "../theme" }
|
|
common = { path = "../common" }
|
|
account = { path = "../account" }
|
|
encryption = { path = "../encryption" }
|
|
person = { path = "../person" }
|
|
settings = { path = "../settings" }
|
|
|
|
gpui.workspace = true
|
|
|
|
nostr-sdk.workspace = true
|
|
anyhow.workspace = true
|
|
itertools.workspace = true
|
|
smallvec.workspace = true
|
|
smol.workspace = true
|
|
log.workspace = true
|
|
futures.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|