From d03ed96bb847058bf1833c6f050387907abdcf41 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 14 Apr 2025 17:26:21 +0200 Subject: [PATCH] feat: add description to intel-dcap-api package - Added a description field to the Cargo.toml for the intel-dcap-api crate. --- crates/intel-dcap-api/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/intel-dcap-api/Cargo.toml b/crates/intel-dcap-api/Cargo.toml index df51592..d51993f 100644 --- a/crates/intel-dcap-api/Cargo.toml +++ b/crates/intel-dcap-api/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "intel-dcap-api" +description = "Intel DCAP API Client" version.workspace = true edition.workspace = true authors.workspace = true