diff options
author | iximeow <me@iximeow.net> | 2022-01-02 12:46:28 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2022-01-02 12:46:28 -0800 |
commit | 514eae8d01163f9550046054f2d3accc00df972c (patch) | |
tree | cae8ad96602e52ee7216aea83395d63d5f0c62bf /Cargo.toml | |
parent | e0fbc6335885d5363d823d5435994d2cfc8a19cb (diff) |
fix docs that failed to build
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" description = "arm decoders for the yaxpeax project" keywords = ["disassembler", "decoder", "armv7", "armv8"] +edition = "2018" [dependencies] yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } |