Ver código fonte

bin/darkirc: add necessery async trait

Dastan-glitch 3 anos atrás
pai
commit
b4f5851969
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      bin/darkirc/src/privmsg.rs

+ 1 - 1
bin/darkirc/src/privmsg.rs

@@ -17,7 +17,7 @@
  */
 
 use darkfi::event_graph::EventMsg;
-use darkfi_serial::{SerialDecodable, SerialEncodable};
+use darkfi_serial::{async_trait, SerialDecodable, SerialEncodable};
 
 #[derive(SerialEncodable, SerialDecodable, Clone, Debug)]
 pub struct PrivMsgEvent {