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
crates/common/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "common"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
gpui.workspace = true
nostr-sdk.workspace = true
anyhow.workspace = true
itertools.workspace = true
chrono.workspace = true
random_name_generator = "0.3.6"