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"]