From 3870dc2c02a08a89d0d04a9053c0f59d40423c7c Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Mon, 25 Sep 2023 01:59:18 -0500 Subject: [PATCH] :art: rebrand as LunarWaveVM --- Cargo.lock | 2 +- Cargo.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c68fe3..aad4ef7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,5 +3,5 @@ version = 3 [[package]] -name = "lua_why_not" +name = "lunar_wave_vm" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 87c9af0..54fad2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,7 @@ [package] -name = "lua_why_not" +name = "lunar_wave_vm" +description = "A Lua virtual machine implementation" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies]