Rename project

This commit is contained in:
2025-07-06 21:39:11 -07:00
parent e560ce88b6
commit 10307f3861
8 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
[package]
name = "assembler"
name = "marzipan"
version = "0.1.0"
edition = "2024"
@@ -23,7 +23,7 @@ insta.opt-level = 3
similar.opt-level = 3
[[bin]]
name = "zasm"
name = "marzipan"
path = "src/main.rs"
[workspace]