Changes to be committed:

modified:   src/main.rs
This commit is contained in:
Michael Wain 2024-09-24 16:00:32 +03:00
parent f96e989ef3
commit 82a5c9dae3

View File

@ -7,6 +7,7 @@ use fast32::base32::RFC4648;
mod config;
mod client;
mod udp;
#[tokio::main]
async fn main() {