diff --git a/Cargo.lock b/Cargo.lock index cba845e..cf397ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2313,7 +2313,7 @@ dependencies = [ ] [[package]] -name = "sbv2_voicevox" +name = "sbv2_editor" version = "0.2.0-alpha6" dependencies = [ "anyhow", diff --git a/crates/sbv2_editor/Cargo.toml b/crates/sbv2_editor/Cargo.toml index 6403e89..734109d 100644 --- a/crates/sbv2_editor/Cargo.toml +++ b/crates/sbv2_editor/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "sbv2_voicevox" +name = "sbv2_editor" version.workspace = true edition.workspace = true description.workspace = true