From 587dd5bb80364688419bb43aba4afc044ac0ef48 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 17 May 2024 07:39:05 +0200 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A lot is missing and there is a long road ahead to make the assembler even work. Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/xixanta/Cargo.toml (limited to 'lib/xixanta/Cargo.toml') diff --git a/lib/xixanta/Cargo.toml b/lib/xixanta/Cargo.toml new file mode 100644 index 0000000..76a0660 --- /dev/null +++ b/lib/xixanta/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "xixanta" +version = "0.1.0" +description = "TBD" + +authors.workspace = true +edition.workspace = true +license.workspace = true +rust-version.workspace = true + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +lazy_static = "1.4.0" -- cgit v1.2.3