summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 17:20:40 -0800
committeriximeow <me@iximeow.net>2020-01-12 17:23:17 -0800
commit9f27904de0ee0698eb5ab817b4755de45b140ccc (patch)
treed6b24b946ec58213b3f8b27d3ac7632f642a858a
parent41c9be12ed724b792f870ccecfff2adc699caaa6 (diff)
update repository and description
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1165e3..b83935f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,10 +4,8 @@ name = "yaxpeax-pic24"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
-repository = ""
-description = """
-A rust pic24 decoder
-"""
+repository = "http://git.iximeow.net/yaxpeax-pic24/"
+description = "pic24 decoders for the yaxpeax project"
[dependencies]
yaxpeax-arch = { path = "../../yaxpeax-arch" }