* update backup settings description * add rust-i18n * translate * . * update translations * fix * update translate * .
23 lines
533 B
TOML
23 lines
533 B
TOML
[package]
|
|
name = "identity"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
ui = { path = "../ui" }
|
|
global = { path = "../global" }
|
|
common = { path = "../common" }
|
|
client_keys = { path = "../client_keys" }
|
|
settings = { path = "../settings" }
|
|
|
|
rust-i18n.workspace = true
|
|
i18n.workspace = true
|
|
nostr-sdk.workspace = true
|
|
nostr-connect.workspace = true
|
|
oneshot.workspace = true
|
|
gpui.workspace = true
|
|
anyhow.workspace = true
|
|
log.workspace = true
|
|
smallvec.workspace = true
|