vendor openssl
This commit is contained in:
2
src/main.rs
Normal file → Executable file
2
src/main.rs
Normal file → Executable file
@ -5,7 +5,7 @@ use teloxide::{prelude::*, utils::command::BotCommand};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
run().await
|
||||
tokio::spawn(run()).await.unwrap();
|
||||
}
|
||||
|
||||
#[derive(Envconfig, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user