aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-02-06 01:13:59 -0800
committeriximeow <me@iximeow.net>2020-02-06 01:13:59 -0800
commit28c492c1787d526fdd511203bc3ac01d3cea63fe (patch)
treef2dbb42a939894e5a7d55a824b948abbf55914c0
parentc9213c1ad0b0295744388710f8b3d343a5cf0271 (diff)
add readme to Cargo.toml so it shows on crates.io0.1.1
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69c038a..8c03899 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"