aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-02-26 20:38:04 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-02-26 20:38:04 +0100
commitc619b7aeb72cb18cc0f76a94e78cc5d9d7c9e89f (patch)
tree986bd2bf12e0782a2bdb9466225df0dc9c4065ad /Cargo.toml
downloadjuicebox-asm-c619b7aeb72cb18cc0f76a94e78cc5d9d7c9e89f.tar.gz
juicebox-asm-c619b7aeb72cb18cc0f76a94e78cc5d9d7c9e89f.zip
base version capable to emit different mov insns
Experimenting with type system to detect invalid operands during compile time.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..86f2da9
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "juicebox-asm"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]