[package] name = "frida_gui" version = "0.2.0" edition = "2021" license-file = "../LICENSE.md" authors = ["alterwain"] keywords = ["tun", "network", "tunnel", "vpn"] categories = ["network-programming", "asynchronous"] readme = "../README.md" workspace = "../" [[bin]] name = "frida-gui" path = "src/gui/mod.rs" [dependencies] frida_core = { path = "../frida_core", package = "frida_core" } frida_client = { path = "../frida_client", package = "frida_client" } tokio = { workspace = true } log = { workspace = true } env_logger = { workspace = true } serde_yaml = { workspace = true } dirs = "6.0.0" egui_logger = "0.6.1" eframe = { version = "0.30.0", features = ["wgpu"] } egui_extras = { version = "0.30.0", features = ["all_loaders"] } egui_file = "0.21.0" [target.'cfg(target_os="windows")'.build-dependencies] embed-resource = "3.0.1"