* update deps * clean up * add account crate * add person crate * add chat and chat ui crates * . * clean up the ui crate * . * .
19 lines
318 B
TOML
19 lines
318 B
TOML
[package]
|
|
name = "account"
|
|
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
|