glab-push-cli 0.1.4

A CLI tool that enhances git push for GitLab repositories using GitLab's push options
[[bin]]
name = "glab-push-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ratatui]
version = "0.28.1"

[dependencies.tui-textarea]
version = "0.6.1"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A CLI tool that enhances git push for GitLab repositories using GitLab's push options"
documentation = "https://gitlab.com/zegerius/glab-push"
edition = "2021"
homepage = "https://gitlab.com/zegerius/glab-push"
include = ["src", "README.md", "Cargo.toml", "Cargo.lock", "img"]
keywords = ["git", "gitlab", "cli", "push", "merge-request"]
license = "MIT"
name = "glab-push-cli"
readme = "README.md"
repository = "https://gitlab.com/zegerius/glab-push"
version = "0.1.4"