summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 041ef587c880432357de782cf245b3b415baffa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "yaxpeax-ia64"
version = "0.1.3"
authors = ["iximeow <me@iximeow.net>"]
edition = "2018"
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-ia64/"
description = "ia64 decoder for the yaxpeax project"
readme = "README.md"

[dependencies]
yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] }
bitvec = "0.19"