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à --- crates/nasm/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crates/nasm/Cargo.toml (limited to 'crates/nasm/Cargo.toml') diff --git a/crates/nasm/Cargo.toml b/crates/nasm/Cargo.toml new file mode 100644 index 0000000..e1f3e88 --- /dev/null +++ b/crates/nasm/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "nasm" +version = "0.1.0" +edition = "2021" + +[dependencies] +anyhow = "1.0.82" +clap = { version = "4.5.4", features = ["derive"] } +xixanta.workspace = true -- cgit v1.2.3