add cdtbcd, cbcdtd, and addg6s
[power-instruction-analyzer.git] / Cargo.toml
index 2c6a622c983734aa96e85d2f8358a1a1f2fc2348..80697a01a25f622ddfab331efe9dcb3dd42a5bfd 100644 (file)
@@ -2,11 +2,12 @@
 # See Notices.txt for copyright information
 [package]
 name = "power-instruction-analyzer"
-version = "0.1.0"
+version = "0.2.1"
 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 = []
@@ -25,9 +26,10 @@ pyo3 = { version = "0.11", optional = true }
 
 [dependencies.power-instruction-analyzer-proc-macro]
 path = "power-instruction-analyzer-proc-macro"
+version = "=0.2.1"
 
 [workspace]
 members = [
     ".",
     "power-instruction-analyzer-proc-macro",
-]
\ No newline at end of file
+]