* encryption keys * . * . * move nip4e to device crate * . * . * use i18n for device crate * refactor * refactor * . * add reset button * send message with encryption keys * clean up * . * choose signer * fix * update i18n * fix sending
29 lines
594 B
TOML
29 lines
594 B
TOML
[package]
|
|
name = "key_store"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
states = { path = "../states" }
|
|
ui = { path = "../ui" }
|
|
theme = { path = "../theme" }
|
|
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
|
|
smallvec.workspace = true
|
|
smol.workspace = true
|
|
log.workspace = true
|
|
futures.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|