diff options
author | iximeow <me@iximeow.net> | 2020-01-12 17:24:04 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 17:29:25 -0800 |
commit | d8b5f3258d25b4ec22d1a46553518d892cc7aab7 (patch) | |
tree | 21bca44c16d7376e497b7b685d0e9f3d2ec418f9 /Cargo.toml | |
parent | 2cfb2c7c52f23fa02443445046adb7a1a2c4a119 (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-arm" version = "0.0.1" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" -repository = "" -description = """ -A rust arm decoder -""" +repository = "http://git.iximeow.net/yaxpeax-arm/" +description = "arm decoders for the yaxpeax project" [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } |