* update deps * clean up * add account crate * add person crate * add chat and chat ui crates * . * clean up the ui crate * . * .
22 lines
396 B
TOML
22 lines
396 B
TOML
[package]
|
|
name = "key_store"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
states = { path = "../states" }
|
|
|
|
gpui.workspace = true
|
|
|
|
nostr.workspace = true
|
|
nostr-sdk.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
smallvec.workspace = true
|
|
smol.workspace = true
|
|
log.workspace = true
|
|
futures.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|