blob: 5d641364be7a6de1e376e933db1b3bce747798f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "yaxpeax-ia64"
version = "0.0.1"
authors = ["iximeow <me@iximeow.net>"]
edition = "2018"
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-ia64/"
description = "ia64 decoder for the yaxpeax project"
[dependencies]
yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] }
|