This commit is contained in:
Gabriel Gordon-Hall
2026-01-14 14:52:14 +00:00
committed by GitHub
parent d54a46209b
commit b7a0e04474

View File

@@ -2,6 +2,11 @@ use remote::{Server, config::RemoteServerConfig, init_tracing, sentry_init_once}
#[tokio::main]
async fn main() -> anyhow::Result<()> {
// Install rustls crypto provider before any TLS operations
rustls::crypto::aws_lc_rs::default_provider()
.install_default()
.expect("Failed to install rustls crypto provider");
sentry_init_once();
init_tracing();