wip: refactor

This commit is contained in:
2025-01-24 14:03:31 +07:00
parent 3b6541b900
commit 29a8e2c8ac
5 changed files with 51 additions and 34 deletions

10
crates/state/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "state"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
nostr-sdk.workspace = true
tokio.workspace = true
dirs.workspace = true