Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
a4e252ac91
commit
195d772beb
@ -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(())
|
||||
|
Loading…
Reference in New Issue
Block a user