summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 17:03:39 -0800
committeriximeow <me@iximeow.net>2020-01-12 17:09:23 -0800
commitd149e188cf2d8c53fe0c23642ae4831163ac9759 (patch)
tree1ad900926e06c920df30ace891e98524d93577a1
parentd03c04b89e7ffb3cce9f830e873e8b50e6b5fd9e (diff)
update repository link and description
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58a1c5f..e65cce0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }