From e3ddfb8b47effd03a9bb346811ea360a14ab17b3 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Mon, 29 May 2023 19:06:45 -0700 Subject: [PATCH] chore(hydro_cli): Cargo.toml documentation and description --- hydro_cli/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hydro_cli/Cargo.toml b/hydro_cli/Cargo.toml index 3d4943372559..11c877fa0475 100644 --- a/hydro_cli/Cargo.toml +++ b/hydro_cli/Cargo.toml @@ -4,6 +4,8 @@ publish = true version = "0.1.0" edition = "2021" license = "Apache-2.0" +documentation = "https://docs.rs/hydro_cli/" +description = "Hydro Deploy Command Line Interface" [lib] name = "hydro"