aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-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" }