glab-push-cli 0.1.0

A CLI tool that enhances git push for GitLab repositories using GitLab's push options
[package]
name = "glab-push-cli"
version = "0.1.0"
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"]

[dependencies]
anyhow = "1.0.89"
clap = { version = "4.5.18", features = ["derive"] }
crossterm = "0.28.1"
ratatui = "0.28.1"
tui-textarea = "0.6.1"