githem 0.4.0

Githem CLI - Git repository management tool
[[bin]]
name = "githem"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.git2]
default-features = false
features = ["https", "vendored-libgit2", "vendored-openssl"]
version = "0.20"

[dependencies.githem-core]
version = "0.4.0"

[package]
authors = ["Rotko Networks <hq@rotko.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Githem CLI - Git repository management tool"
edition = "2021"
homepage = "https://get.githem.com"
license = "MIT"
name = "githem"
readme = "README.md"
repository = "https://github.com/rotkonetworks/githem"
version = "0.4.0"