From 839479895dd9d14de4818270c04df4398c353484 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 12 Jan 2020 17:00:00 -0800 Subject: fix repository and description --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e01e5ff..fde353c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,13 +4,11 @@ name = "yaxpeax-mips" version = "0.0.1" authors = [ "iximeow " ] license = "0BSD" -repository = "" -description = """ -A rust mips decoder -""" +repository = "http://git.iximeow.net/yaxpeax-mips/" +description = "mips decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { path = "../../yaxpeax-arch" } +yaxpeax-arch = { version = "0.0.2", default-features = false, features = [] } "termion" = "1.4.0" "serde" = "*" "serde_derive" = "*" -- cgit v1.1