gitui/Cargo.toml
2020-03-20 01:40:39 +01:00

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'] }