add crate descriptions
[power-instruction-analyzer.git] / 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 = []