add crate descriptions v0.2.0
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 28 Oct 2020 23:56:57 +0000 (16:56 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 28 Oct 2020 23:56:57 +0000 (16:56 -0700)
Cargo.toml
power-instruction-analyzer-proc-macro/Cargo.toml

index e6834dada9470ca9e5af15208eead17efa6198e3..d1ed811e072dafd8d739e1a5bacc96b3c89edbc4 100644 (file)
@@ -7,6 +7,7 @@ authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
 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 = []
index e8ab039c1c71e5cce2b15458ecadb9cdb16233e2..3ca7cb586b5c2a20ec6b83c2efe569c20b0d1807 100644 (file)
@@ -6,6 +6,7 @@ version = "0.2.0"
 authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
 edition = "2018"
 license = "LGPL-2.1-or-later"
+description = "procedural macros for power-instruction-analyzer"
 
 [lib]
 proc-macro = true