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