From bae3a2bcea45d3194bfd7f328f3409b5e1bf659c Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 22 Dec 2023 19:43:28 -0800 Subject: initial commit (it doesn't build, but it's all the notes at least) --- 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..3d6fd56 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] + +name = "yaxpeax-rx" +version = "0.0.1" +authors = [ "iximeow " ] +license = "0BSD" +repository = "http://git.iximeow.net/yaxpeax-rx/" +description = "Renesas RX decoders for the yaxpeax project" +readme = "README.md" +edition = "2021" + +[dependencies] +yaxpeax-arch = { version = "0.2.7", default-features = false, features = [] } +"num-traits" = { version = "0.2", default-features = false } -- cgit v1.1