summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 17:18:08 -0800
committeriximeow <me@iximeow.net>2020-01-12 17:20:04 -0800
commit03a5487c5819b15ca31f78db2372b1e09cc23718 (patch)
tree3541410372e8188547905adf795408f62ce2b3d7
parentac535caef2da0d82e1e09e053a1186bd737b05d7 (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 4f10a3e..ec0a2e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }