* . * . * . * . * refactor client keys * . * . * refactor * . * . * . * update new account
15 lines
275 B
TOML
15 lines
275 B
TOML
[package]
|
|
name = "client_keys"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
global = { path = "../global" }
|
|
|
|
nostr-sdk.workspace = true
|
|
gpui.workspace = true
|
|
anyhow.workspace = true
|
|
log.workspace = true
|
|
smallvec.workspace = true
|