wip: refactor

This commit is contained in:
2025-01-24 13:30:07 +07:00
parent 272259cd16
commit 3b6541b900
15 changed files with 99 additions and 93 deletions

14
Cargo.lock generated
View File

@@ -1032,6 +1032,18 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "common"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"gpui",
"itertools 0.13.0",
"nostr-sdk",
"random_name_generator",
]
[[package]]
name = "concurrent-queue"
version = "2.5.0"
@@ -1073,11 +1085,11 @@ version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"common",
"dirs 5.0.1",
"gpui",
"itertools 0.13.0",
"nostr-sdk",
"random_name_generator",
"reqwest_client",
"rust-embed",
"serde",