feat: add register function
This commit is contained in:
parent
3981dd662d
commit
33b0391ef3
5 changed files with 67 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#![allow(async_fn_in_trait)]
|
||||
|
||||
pub mod auth;
|
||||
pub mod secure;
|
||||
|
||||
use crate::prudp::socket::{ExternalConnection, SendingConnection};
|
||||
use crate::rmc::message::RMCMessage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue