From f03ca4e8f8b2b3358a5055492fda230b91f1a118 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 5 Nov 2024 21:11:39 +0100 Subject: [PATCH] Optimized imports --- runtime/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/src/main.rs b/runtime/src/main.rs index a9fab351..0e776636 100644 --- a/runtime/src/main.rs +++ b/runtime/src/main.rs @@ -8,11 +8,9 @@ use std::collections::HashSet; use once_cell::sync::Lazy; use log::{info, warn}; -use rcgen::generate_simple_self_signed; use rocket::figment::Figment; use rocket::routes; use rocket::config::{Shutdown}; -use sha2::{Sha256, Digest}; use mindwork_ai_studio::app_window::start_tauri; use mindwork_ai_studio::certificate::{generate_certificate, CERTIFICATE, CERTIFICATE_PRIVATE_KEY}; use mindwork_ai_studio::dotnet::start_dotnet_server;