diff --git a/src/main.rs b/src/main.rs index 0a89f11..3ae36a7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -80,6 +80,9 @@ async fn main() -> std::io::Result<()> { // Init logger/tracing tracing_subscriber::fmt::init(); + // default crypto provider + sproot::init_default_crypto(); + // Apply the migrations to the database apply_migration(&METRICSPOOL);