git-tui 0.1.0

Please use `gix-<thiscrate>` instead ('git' -> 'gix')
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "git-tui"
version = "0.1.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "Please use `gix-<thiscrate>` instead ('git' -> 'gix')"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
rust-version = "1.64"

[[bin]]
name = "gixi"
path = "src/main.rs"
doctest = false
test = false

[dependencies]