diff options
author | iximeow <me@iximeow.net> | 2020-01-12 17:11:53 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 17:16:37 -0800 |
commit | 0a05f0b386def73aa1fec67556b5050ed6744e1b (patch) | |
tree | e441bf7d78e9933a1fe3b97ef21db4daf8fc0f82 | |
parent | e7cbde7e54646de2e66275fd08bcddfdd2014e76 (diff) |
update repository and description
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,10 +4,8 @@ name = "yaxpeax-pic17" version = "0.0.1" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" -repository = "" -description = """ -A rust pic17 decoder -""" +repository = "http://git.iximeow.net/yaxpeax-pic17/" +description = "pic17 decoders for the yaxpeax project" [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } |