#![windows_subsystem = "windows"] use openworm::{client::App, net::install_crypto_provider}; fn main() { install_crypto_provider(); App::run(); }