fuck
This commit is contained in:
parent
f2a2c28202
commit
d0551eb090
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ async fn main() -> eyre::Result<()> {
|
||||||
.with(tracing_subscriber::fmt::layer())
|
.with(tracing_subscriber::fmt::layer())
|
||||||
.with(sentry_tracing::layer())
|
.with(sentry_tracing::layer())
|
||||||
.init();
|
.init();
|
||||||
|
rustls::crypto::aws_lc_rs::default_provider().install_default().unwrap();
|
||||||
// JUSTIFICATION: this lives until the end of the entire program
|
// JUSTIFICATION: this lives until the end of the entire program
|
||||||
let endpoint = Box::leak(Box::new(Endpoint::server(
|
let endpoint = Box::leak(Box::new(Endpoint::server(
|
||||||
create_server_config().await?,
|
create_server_config().await?,
|
||||||
|
|
Loading…
Reference in a new issue