Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 9, 2024
1 parent d0b03d2 commit 464b403
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
use std::sync::{Arc, Mutex};
use std::error::Error;
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use uuid::Uuid;
use nostr::prelude::*;
use pkarr::client::Client;
use nostr::TagKind::Client;
use pkarr::Random;
use std::sync::{Arc, Mutex};
use std::error::Error;
use pkarr::prelude::*;

// Decentralized Identity (DID) structure
#[derive(Debug, Serialize, Deserialize)]
Expand Down

0 comments on commit 464b403

Please sign in to comment.