feat: add simple account state

This commit is contained in:
2025-12-12 09:09:30 +07:00
parent 187e53b3a2
commit 703fe988bd
5 changed files with 218 additions and 24 deletions

19
crates/account/Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "account"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
common = { path = "../common" }
state = { path = "../state" }
gpui.workspace = true
nostr-sdk.workspace = true
anyhow.workspace = true
smallvec.workspace = true
smol.workspace = true
log.workspace = true
serde.workspace = true
serde_json.workspace = true