glog-tui 0.1.2

An interactive git log and git show browser
# 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"
rust-version = "1.80"
name = "glog-tui"
version = "0.1.2"
build = false
exclude = ["AGENTS.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interactive git log and git show browser"
readme = "README.md"
keywords = [
    "git",
    "tui",
    "git-log",
    "pager",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yairchu/glog"

[[bin]]
name = "glog"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.28"

[dependencies.instability]
version = "=0.3.2"

[dependencies.ratatui]
version = "0.29"

[dependencies.unicode-segmentation]
version = "=1.12.0"