aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 17:24:04 -0800
committeriximeow <me@iximeow.net>2020-01-12 17:29:25 -0800
commitd8b5f3258d25b4ec22d1a46553518d892cc7aab7 (patch)
tree21bca44c16d7376e497b7b685d0e9f3d2ec418f9
parent2cfb2c7c52f23fa02443445046adb7a1a2c4a119 (diff)
update repository and description
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 641c3dc..9e299e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,10 +4,8 @@ name = "yaxpeax-arm"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
-repository = ""
-description = """
-A rust arm decoder
-"""
+repository = "http://git.iximeow.net/yaxpeax-arm/"
+description = "arm decoders for the yaxpeax project"
[dependencies]
yaxpeax-arch = { path = "../../yaxpeax-arch" }