parent
63a8339e5e
commit
9fd86b0cd8
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ 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