From c2d83b461e0575fafd7562f7e993c5161e59fedc Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 12 May 2025 16:57:35 -0400 Subject: [PATCH] trvmctl => guestctl --- Cargo.lock | 2 +- Cargo.toml | 3 ++- README.md | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d3d8c1..c496b8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ dependencies = [ ] [[package]] -name = "trvmctl" +name = "guestctl" version = "0.1.0" dependencies = [ "base64", diff --git a/Cargo.toml b/Cargo.toml index 7cc248c..2710b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] -name = "trvmctl" +name = "guestctl" version = "0.1.0" edition = "2021" license = "MIT" +registry = "distrust" [features] default = ["unicode"] diff --git a/README.md b/README.md index 81cc569..701c176 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# trvmctl +# guestctl -Trove VM Controller +Guest VM Controller