diff options
author | iximeow <me@iximeow.net> | 2020-02-06 01:13:59 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-02-06 01:13:59 -0800 |
commit | 28c492c1787d526fdd511203bc3ac01d3cea63fe (patch) | |
tree | f2dbb42a939894e5a7d55a824b948abbf55914c0 | |
parent | c9213c1ad0b0295744388710f8b3d343a5cf0271 (diff) |
add readme to Cargo.toml so it shows on crates.io0.1.1
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" description = "disassembly tool using yaxpeax instruction decoders" +readme = "README.md" [[bin]] name = "yaxdis" |