initial commit

This commit is contained in:
2024-11-19 08:23:43 +07:00
commit 4d8a1d44cc
8 changed files with 177 additions and 0 deletions

9
crates/nostr/Cargo.toml Normal file
View File

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