mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-14 23:19:07 -05:00
Warning cleanup
This commit is contained in:
parent
259c115d67
commit
ee27d0c597
|
@ -2,10 +2,9 @@ use std::{env, io::Error};
|
|||
|
||||
use futures_util::StreamExt;
|
||||
use log::info;
|
||||
use std::time::Duration;
|
||||
use tokio::net::{TcpListener, TcpStream};
|
||||
use tokio::runtime::Builder;
|
||||
use tungstenite::protocol::Message;
|
||||
//use tungstenite::protocol::Message;
|
||||
|
||||
fn main() -> Result<(), Error> {
|
||||
let _ = env_logger::try_init();
|
||||
|
|
Loading…
Reference in New Issue
Block a user