gix-tix 0.0.0

A tool like `tig`, but minimal, fast and efficient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "gix-tix"
version = "0.0.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A tool like `tig`, but minimal, fast and efficient"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
rust-version = "1.65"

[lib]
doctest = false

[dependencies]