This commit is contained in:
Robin Appelman 2023-11-26 14:55:14 +01:00
commit 7a9f6caede
2 changed files with 336 additions and 710 deletions

1045
build/Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -45,7 +45,6 @@ use std::net::SocketAddr;
use std::os::unix::fs::PermissionsExt; use std::os::unix::fs::PermissionsExt;
use std::sync::Arc; use std::sync::Arc;
use steam_openid::SteamOpenId; use steam_openid::SteamOpenId;
use tokio::signal;
use tokio::signal::ctrl_c; use tokio::signal::ctrl_c;
use tower_http::trace::TraceLayer; use tower_http::trace::TraceLayer;
use tracing::{error, info, info_span}; use tracing::{error, info, info_span};