chore(rust): remove unused deps from workspace (#6852)

These crates are leaves and don't need to be deps
This commit is contained in:
Reactor Scram
2024-09-27 16:57:39 -05:00
committed by GitHub
parent c2b8633914
commit 7e55e7de1a

View File

@@ -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" }