diff options
author | iximeow <me@iximeow.net> | 2020-01-12 17:18:08 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 17:20:04 -0800 |
commit | 03a5487c5819b15ca31f78db2372b1e09cc23718 (patch) | |
tree | 3541410372e8188547905adf795408f62ce2b3d7 /Cargo.toml | |
parent | ac535caef2da0d82e1e09e053a1186bd737b05d7 (diff) |
update repository and description
Diffstat (limited to 'Cargo.toml')
-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" } |