From: Jacob Lifshay Date: Wed, 28 Oct 2020 23:56:57 +0000 (-0700) Subject: add crate descriptions X-Git-Tag: v0.2.0^0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f7d8c0e32c6aeba8533553b77e6261018b84c06;p=power-instruction-analyzer.git add crate descriptions --- 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