diff options
Diffstat (limited to 'Cargo.toml')
-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" |