diff options
author | iximeow <me@iximeow.net> | 2020-01-12 17:03:39 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 17:09:23 -0800 |
commit | d149e188cf2d8c53fe0c23642ae4831163ac9759 (patch) | |
tree | 1ad900926e06c920df30ace891e98524d93577a1 | |
parent | d03c04b89e7ffb3cce9f830e873e8b50e6b5fd9e (diff) |
update repository link and description
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,10 +4,8 @@ name = "yaxpeax-msp430" version = "0.0.1" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" -repository = "msp430-rs" -description = """ -A rust msp430 decoder (specifically the microcorruption flavor) -""" +repository = "http://git.iximeow.net/yaxpeax-msp430/" +description = "msp430 decoders for the yaxpeax project" [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } |