metadata updates for a better crate
This commit is contained in:
parent
66f2e60586
commit
060039d78d
|
@ -1,7 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "git-remote-k8s"
|
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"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "AGPL-3.0-only"
|
||||||
|
keywords = ["git", "remote", "kubernetes"]
|
||||||
|
categories = ["development-tools", "command-line-utilities"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
|
|
|
@ -9,7 +9,7 @@ First, install Rust.
|
||||||
|
|
||||||
Now, from within the cloned repo, install git-remote-k8s
|
Now, from within the cloned repo, install git-remote-k8s
|
||||||
```bash
|
```bash
|
||||||
cargo install --path .
|
cargo install --git https://git.strudelline.net/cascade/git-remote-k8s
|
||||||
```
|
```
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
|
@ -22,7 +22,7 @@ use crate::{*,errors::*};
|
||||||
/// This should usually be run by git. You can set git up to use it
|
/// 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.
|
/// 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 {
|
pub struct Config {
|
||||||
#[arg(
|
#[arg(
|
||||||
short,
|
short,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user