From 10307f386184a6c586fe7dbc2f687dece48a1329 Mon Sep 17 00:00:00 2001 From: Chris Mounce Date: Sun, 6 Jul 2025 21:39:11 -0700 Subject: [PATCH] Rename project --- Cargo.lock | 28 +++++++++---------- Cargo.toml | 4 +-- ...labels__parse__test__label_detection.snap} | 0 ...els__process__test__anonymous_labels.snap} | 0 ...__labels__process__test__diagnostics.snap} | 0 ...s__process__test__label_sanitization.snap} | 0 ..._labels__process__test__local_labels.snap} | 0 ...n__labels__process__test__namespaces.snap} | 0 8 files changed, 16 insertions(+), 16 deletions(-) rename src/labels/snapshots/{zasm__labels__parse__test__label_detection.snap => marzipan__labels__parse__test__label_detection.snap} (100%) rename src/labels/snapshots/{zasm__labels__process__test__anonymous_labels.snap => marzipan__labels__process__test__anonymous_labels.snap} (100%) rename src/labels/snapshots/{zasm__labels__process__test__diagnostics.snap => marzipan__labels__process__test__diagnostics.snap} (100%) rename src/labels/snapshots/{zasm__labels__process__test__label_sanitization.snap => marzipan__labels__process__test__label_sanitization.snap} (100%) rename src/labels/snapshots/{zasm__labels__process__test__local_labels.snap => marzipan__labels__process__test__local_labels.snap} (100%) rename src/labels/snapshots/{zasm__labels__process__test__namespaces.snap => marzipan__labels__process__test__namespaces.snap} (100%) diff --git a/Cargo.lock b/Cargo.lock index bd7fb32..cf9e95a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index e22c423..444c918 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/src/labels/snapshots/zasm__labels__parse__test__label_detection.snap b/src/labels/snapshots/marzipan__labels__parse__test__label_detection.snap similarity index 100% rename from src/labels/snapshots/zasm__labels__parse__test__label_detection.snap rename to src/labels/snapshots/marzipan__labels__parse__test__label_detection.snap diff --git a/src/labels/snapshots/zasm__labels__process__test__anonymous_labels.snap b/src/labels/snapshots/marzipan__labels__process__test__anonymous_labels.snap similarity index 100% rename from src/labels/snapshots/zasm__labels__process__test__anonymous_labels.snap rename to src/labels/snapshots/marzipan__labels__process__test__anonymous_labels.snap diff --git a/src/labels/snapshots/zasm__labels__process__test__diagnostics.snap b/src/labels/snapshots/marzipan__labels__process__test__diagnostics.snap similarity index 100% rename from src/labels/snapshots/zasm__labels__process__test__diagnostics.snap rename to src/labels/snapshots/marzipan__labels__process__test__diagnostics.snap diff --git a/src/labels/snapshots/zasm__labels__process__test__label_sanitization.snap b/src/labels/snapshots/marzipan__labels__process__test__label_sanitization.snap similarity index 100% rename from src/labels/snapshots/zasm__labels__process__test__label_sanitization.snap rename to src/labels/snapshots/marzipan__labels__process__test__label_sanitization.snap diff --git a/src/labels/snapshots/zasm__labels__process__test__local_labels.snap b/src/labels/snapshots/marzipan__labels__process__test__local_labels.snap similarity index 100% rename from src/labels/snapshots/zasm__labels__process__test__local_labels.snap rename to src/labels/snapshots/marzipan__labels__process__test__local_labels.snap diff --git a/src/labels/snapshots/zasm__labels__process__test__namespaces.snap b/src/labels/snapshots/marzipan__labels__process__test__namespaces.snap similarity index 100% rename from src/labels/snapshots/zasm__labels__process__test__namespaces.snap rename to src/labels/snapshots/marzipan__labels__process__test__namespaces.snap