Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -9,6 +9,10 @@ pub mod services;
|
||||
pub async fn run() -> anyhow::Result<()> {
|
||||
dotenv::dotenv().ok();
|
||||
|
||||
rustls::crypto::ring::default_provider()
|
||||
.install_default()
|
||||
.expect("Failed to install rustls crypto provider");
|
||||
|
||||
Command::run().await?;
|
||||
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user