aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 16:30:18 -0800
committeriximeow <me@iximeow.net>2020-01-12 16:30:18 -0800
commit32aef4a12b0f0d9ad3ff66215ae00bb73865bc3e (patch)
treeb378da6376176e496cc75b28ed99979f013f8567
parent4464f8fa3bad521e5603ff12638cdad87bf4eecb (diff)
update description
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f472f9..7931af4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-x86/"
-description = "rust x86-64 decoder"
+description = "x86 decoders for the yaxpeax project"
[dependencies]
yaxpeax-arch = { path = "../../yaxpeax-arch" }