* refactor * refactor * add documents * clean up * refactor * clean up * refactor identity * . * . * rename
15 lines
289 B
TOML
15 lines
289 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
|