diff --git a/mvr-cli/Cargo.toml b/mvr-cli/Cargo.toml index 802039b..c22da5d 100644 --- a/mvr-cli/Cargo.toml +++ b/mvr-cli/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "mvr" -version = "0.0.4" +version = "0.0.5" edition = "2021" +description = "MVR is a command line tool to interact with the Move Registry for the Sui network." +license = "Apache-2.0" +authors = ["Mysten Labs "] [[bin]] name = "mvr"