From 2131e0ee2a41777109112ed43f0de5cc47c91d34 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Fri, 24 May 2024 15:48:02 -0500 Subject: [PATCH] dist(cargo-auditable): ignore auditable2cdx for now --- auditable2cdx/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auditable2cdx/Cargo.toml b/auditable2cdx/Cargo.toml index 8d1f15f..b086648 100644 --- a/auditable2cdx/Cargo.toml +++ b/auditable2cdx/Cargo.toml @@ -9,3 +9,6 @@ edition = "2021" auditable-info = {version = "0.7.0", path = "../auditable-info"} auditable-cyclonedx = {version = "0.1.0", path = "../auditable-cyclonedx"} serde_json = {version = "1.0.114", features = ["preserve_order"] } # the feature is needed for workarounds module only + +[package.metadata.dist] +dist = false