vendor openssl

This commit is contained in:
2021-01-06 00:41:45 +03:00
parent 7e700e362a
commit 21ea82abc0
10 changed files with 118 additions and 1 deletions

2
src/main.rs Normal file → Executable file
View 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)]