Optimized imports

This commit is contained in:
Thorsten Sommer 2024-11-05 21:11:39 +01:00
parent 1024c1de71
commit f03ca4e8f8
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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;