# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "glab-push-cli" version = "0.1.4" build = false include = [ "src", "README.md", "Cargo.toml", "Cargo.lock", "img", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool that enhances git push for GitLab repositories using GitLab's push options" 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", ] license = "MIT" repository = "https://gitlab.com/zegerius/glab-push" [[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"