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
Generated
+14 -14
View File
@@ -8,20 +8,6 @@ version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
[[package]]
name = "assembler"
version = "0.1.0"
dependencies = [
"anyhow",
"codepage-437",
"compact_str",
"insta",
"lexopt",
"nom",
"peg_macro",
"rustc-hash",
]
[[package]]
name = "castaway"
version = "0.2.3"
@@ -143,6 +129,20 @@ version = "0.2.174"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
[[package]]
name = "marzipan"
version = "0.1.0"
dependencies = [
"anyhow",
"codepage-437",
"compact_str",
"insta",
"lexopt",
"nom",
"peg_macro",
"rustc-hash",
]
[[package]]
name = "memchr"
version = "2.7.5"
+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]