metadata updates for a better crate

This commit is contained in:
James Andariese 2023-11-01 01:27:30 -05:00
parent 66f2e60586
commit 060039d78d
3 changed files with 9 additions and 2 deletions

View File

@ -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"

View File

@ -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

View File

@ -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 <https://git.strudelline.net/cascade/git-remote-k8s> for more info
pub struct Config {
#[arg(
short,