diff options
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,10 +4,8 @@ name = "yaxpeax-pic18" version = "0.0.1" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" -repository = "" -description = """ -A rust pic18 decoder -""" +repository = "http://git.iximeow.net/yaxpeax-pic18/" +description = "pic18 decoders for the yaxpeax project" [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } |