feat: add rust nostr

This commit is contained in:
2024-02-01 12:54:25 +07:00
parent 0191180f31
commit e8bd48e51b
6 changed files with 469 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ rust-version = "1.70"
tauri-build = { version = "2.0.0-alpha", features = [] }
[dependencies]
nostr = "0.27"
nostr-sdk = "0.27"
tokio = { version = "1", features = ["full"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2.0.0-alpha", features = [ "tray-icon",