summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2019-11-11 01:43:23 +0300
committerOxore <oxore@protonmail.com>2019-11-11 01:43:23 +0300
commit59e2c93bb5fd4301a7653c568419376374c2c33a (patch)
tree6d1e5913fd10c16f10bc135f6eb558fb5c682a37 /Cargo.toml
parentb5be6c86d3764131d328389ceeedeb2af46039cc (diff)
Add ram and rom, implement basic MOV functionality
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 962e040..a2942d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "smemu"
+name = "x51emu"
version = "0.1.0"
authors = ["Oxore <oxore@protonmail.com>"]
edition = "2018"