From cde1035d80319818af6bb00a2c62e0da95cb8eae Mon Sep 17 00:00:00 2001 From: ospab Date: Fri, 29 May 2026 16:41:34 +0300 Subject: [PATCH] fix(workspace): remove missing ostp-prober member from workspace --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f8418f..a06835c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,7 @@ members = [ "ostp-client", "ostp-server", "ostp-jni", "ostp", - "ostp-tun-helper", - "ostp-prober" + "ostp-tun-helper" ] exclude = ["ostp-gui/src-tauri"] resolver = "2"