aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/Cargo.toml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-05-17 07:39:05 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-12 07:30:15 +0100
commit587dd5bb80364688419bb43aba4afc044ac0ef48 (patch)
tree3f79940572c4b5ff7fab38e9d3a92a908afc8907 /lib/xixanta/Cargo.toml
downloadtools.nes-587dd5bb80364688419bb43aba4afc044ac0ef48.tar.gz
tools.nes-587dd5bb80364688419bb43aba4afc044ac0ef48.zip
Initial commit
A lot is missing and there is a long road ahead to make the assembler even work. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'lib/xixanta/Cargo.toml')
-rw-r--r--lib/xixanta/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
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"