mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
14 lines
No EOL
354 B
TOML
14 lines
No EOL
354 B
TOML
[package]
|
|
name = "gitui"
|
|
version = "0.1.0"
|
|
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
|
description = "blazing fast terminal-ui for git"
|
|
license = "MIT"
|
|
homepage = "https://gitui.org"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
git2 = "0.10"
|
|
crossterm = "0.15"
|
|
itertools = "0.9"
|
|
tui = { version = "0.8", default-features = false, features = ['crossterm'] } |