From 5f7d8c0e32c6aeba8533553b77e6261018b84c06 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 28 Oct 2020 16:56:57 -0700 Subject: [PATCH] add crate descriptions --- Cargo.toml | 1 + power-instruction-analyzer-proc-macro/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e6834da..d1ed811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ authors = ["Jacob Lifshay "] edition = "2018" license = "LGPL-2.1-or-later" exclude = ["output-for-*.json"] +description = "Program to analyze the behavior of Power ISA instructions" [features] native_instrs = [] diff --git a/power-instruction-analyzer-proc-macro/Cargo.toml b/power-instruction-analyzer-proc-macro/Cargo.toml index e8ab039..3ca7cb5 100644 --- a/power-instruction-analyzer-proc-macro/Cargo.toml +++ b/power-instruction-analyzer-proc-macro/Cargo.toml @@ -6,6 +6,7 @@ version = "0.2.0" authors = ["Jacob Lifshay "] edition = "2018" license = "LGPL-2.1-or-later" +description = "procedural macros for power-instruction-analyzer" [lib] proc-macro = true -- 2.30.2