From fcf7acecdc5eda92ed3c4c8d23a8a3232e1210ea Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 28 Sep 2024 13:48:20 -0700 Subject: sketching things out --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8298389 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] + +name = "yaxpeax-hexagon" +version = "0.0.1" +authors = [ "iximeow " ] +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 } -- cgit v1.1