From 13f23c60f40b71f976ab4dc84f443896d6b9c252 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 16 Dec 2024 20:13:01 +0100 Subject: [PATCH] chore(cargo): machete config --- agent/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 6f7adb9..bd6a69b 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -17,6 +17,5 @@ tracing-chrome.workspace = true tracing-subscriber.workspace = true tracing.workspace = true -[[bin]] -name = "patagia-agent" -doc = false +[package.metadata.cargo-machete] +ignored = ["reqwest", "serde"]