mirror of
https://github.com/telemt/telemt.git
synced 2026-05-24 04:31:43 +03:00
Rustks CryptoProvider fixes + Rustfmt
This commit is contained in:
@@ -29,5 +29,6 @@ mod util;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> std::result::Result<(), Box<dyn std::error::Error>> {
|
||||
let _ = rustls::crypto::ring::default_provider().install_default();
|
||||
maestro::run().await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user