1
0
mirror of https://github.com/actix/examples synced 2025-06-27 09:29:02 +02:00

remove unneeded deps

This commit is contained in:
Rob Ede
2023-09-11 00:50:09 +01:00
parent 22b4255fac
commit fce8c007a2
4 changed files with 235 additions and 254 deletions

View File

@ -137,6 +137,7 @@ async fn index(_req: HttpRequest) -> impl Responder {
#[actix_web::main]
async fn main() -> eyre::Result<()> {
env_logger::init_from_env(env_logger::Env::new().default_filter_or("info"));
color_eyre::install()?;
// Load keys
// ==============================================