diff options
author | iximeow <me@iximeow.net> | 2020-01-12 17:00:00 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-18 14:36:24 -0800 |
commit | 839479895dd9d14de4818270c04df4398c353484 (patch) | |
tree | 5991eec7866a4f124a483a101f96ca294601eb03 /Cargo.toml | |
parent | 1195e6fe7ec9db0aafdadaceac9290c80ba4eb50 (diff) |
fix repository and description
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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" = "*" |