renames and tauri app

This commit is contained in:
2026-03-09 17:51:01 +07:00
parent 6ca47336a1
commit 6f4dd88a8e
62 changed files with 5215 additions and 70 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use std::net::Ipv4Addr;
use netrunner_client::{tun::engine::Engine, tun::tun::Tun};
use netrunner_common::{
use netrunner_core::{
logger_init,
proxy::{connection::connection::ConnectionRole, network::Network},
};