glab-push-cli 0.1.3

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

[dependencies]
anyhow = "1.0.89"
crossterm = "0.28.1"
ratatui = "0.28.1"
tui-textarea = "0.6.1"