summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 17:00:00 -0800
committeriximeow <me@iximeow.net>2020-01-18 14:36:24 -0800
commit839479895dd9d14de4818270c04df4398c353484 (patch)
tree5991eec7866a4f124a483a101f96ca294601eb03
parent1195e6fe7ec9db0aafdadaceac9290c80ba4eb50 (diff)
fix repository and description
-rw-r--r--Cargo.toml8
1 files 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 <me@iximeow.net>" ]
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" = "*"