From 060039d78df26886eff7a51a9b0f4c9090676a8a Mon Sep 17 00:00:00 2001 From: James Andariese Date: Wed, 1 Nov 2023 01:27:30 -0500 Subject: [PATCH] metadata updates for a better crate --- Cargo.toml | 7 +++++++ README.md | 2 +- src/cfg.rs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e8e9665..ddc0825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "git-remote-k8s" +description = "a git remote helper to use PVCs as a remote" +authors = ["James Andariese"] +readme = "README.md" +homepage = "https://git.strudelline.net/cascade/git-remote-k8s" version = "0.1.0" edition = "2021" +license = "AGPL-3.0-only" +keywords = ["git", "remote", "kubernetes"] +categories = ["development-tools", "command-line-utilities"] [dependencies] anyhow = "1.0.75" diff --git a/README.md b/README.md index 24b7aae..eacc236 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ First, install Rust. Now, from within the cloned repo, install git-remote-k8s ```bash -cargo install --path . +cargo install --git https://git.strudelline.net/cascade/git-remote-k8s ``` ## Prerequisites diff --git a/src/cfg.rs b/src/cfg.rs index 3d7af40..045e52f 100644 --- a/src/cfg.rs +++ b/src/cfg.rs @@ -22,7 +22,7 @@ use crate::{*,errors::*}; /// This should usually be run by git. You can set git up to use it /// by running git remote add k k8s://default/ns/repo. /// -/// see https://git.strudelline.net/cascade/git-remote-k8s for more info +/// see for more info pub struct Config { #[arg( short,