mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 20:52:54 +03:00
15 lines
376 B
TOML
15 lines
376 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"
|
|
unicode-width = "0.1"
|
|
tui = { version = "0.8", default-features = false, features = ['crossterm'] } |