From 016f4115d7cd93991c910099a5e72d973cae5a39 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Wed, 12 Mar 2025 13:04:45 +0000 Subject: [PATCH] Fill in various fields in auditable2cdx Cargo.toml --- auditable2cdx/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auditable2cdx/Cargo.toml b/auditable2cdx/Cargo.toml index a2e07a6..87f3941 100644 --- a/auditable2cdx/Cargo.toml +++ b/auditable2cdx/Cargo.toml @@ -2,6 +2,10 @@ name = "auditable2cdx" version = "0.1.0" edition = "2021" +authors = ["Sergey \"Shnatsel\" Davidoff "] +license = "MIT OR Apache-2.0" +repository = "https://github.com/rust-secure-code/cargo-auditable" +description = "Command-line tool to recover `cargo auditable` data in CycloneDX format" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html