From 7e55e7de1a8fb30ba2bcbce6981b3295f27e1978 Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Fri, 27 Sep 2024 16:57:39 -0500 Subject: [PATCH] chore(rust): remove unused deps from workspace (#6852) These crates are leaves and don't need to be deps --- rust/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 961014a6b..93bfdcda3 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -49,9 +49,6 @@ connlib-client-android = { path = "connlib/clients/android" } connlib-client-apple = { path = "connlib/clients/apple" } connlib-client-shared = { path = "connlib/clients/shared" } firezone-bin-shared = { path = "bin-shared" } -firezone-gateway = { path = "gateway" } -firezone-headless-client = { path = "headless-client" } -firezone-gui-client = { path = "gui-client/src-tauri" } firezone-logging = { path = "logging" } firezone-telemetry = { path = "telemetry" } snownet = { path = "connlib/snownet" }