From 28c492c1787d526fdd511203bc3ac01d3cea63fe Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 6 Feb 2020 01:13:59 -0800 Subject: add readme to Cargo.toml so it shows on crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 69c038a..8c03899 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["iximeow "] license = "0BSD" edition = "2018" description = "disassembly tool using yaxpeax instruction decoders" +readme = "README.md" [[bin]] name = "yaxdis" -- cgit v1.1