chore: update deps

This commit is contained in:
2025-02-15 09:01:55 +07:00
parent ab7664c872
commit 0feb69b72e
5 changed files with 290 additions and 56 deletions

View File

@@ -37,6 +37,11 @@ pub enum Signal {
}
fn main() {
// Issue: https://github.com/snapview/tokio-tungstenite/issues/353
rustls::crypto::ring::default_provider()
.install_default()
.expect("Failed to install rustls crypto provider");
// Initialize Nostr client
initialize_client();