From 340bac078fc84c56211c7f82683f5db7defd93f9 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Tue, 7 May 2024 23:31:31 -0700 Subject: [PATCH] unneeded in cargo toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1e6eb87e..5b3af1873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ license = "GPL-3.0-or-later" [workspace.dependencies] # LOCAL -monitor_macros = { path = "lib/macros" } monitor_client = { path = "client/core/rs" } periphery_client = { path = "client/periphery/rs" } logger = { path = "lib/logger" }