fix: remove surrealdb and clean up

This commit is contained in:
2024-02-05 07:46:41 +07:00
parent 3ba870be4b
commit 7bd6f6a8db
7 changed files with 11 additions and 1650 deletions

View File

@@ -1,8 +1,5 @@
use crate::AppState;
use nostr::nips::nip19::ToBech32;
use nostr::secp256k1::SecretKey;
use nostr::{FromBech32, Keys, Result};
use nostr_sdk::ClientSigner;
use nostr_sdk::prelude::*;
use tauri::State;
#[derive(serde::Serialize)]