blob: 8298389fcd3194251702a3d4769448d2abfb5260 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "yaxpeax-hexagon"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-hexagon/"
description = "Qualcomm Hexagon decoder for the yaxpeax project"
readme = "README.md"
edition = "2021"
[dependencies]
yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] }
"num-traits" = { version = "0.2", default-features = false }
|