gitui/Cargo.toml

10 lines
242 B
TOML
Raw Normal View History

2020-03-15 20:42:15 +03:00
[package]
name = "gitterm"
version = "0.1.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
[dependencies]
2020-03-16 15:34:01 +03:00
git2 = "0.10"
crossterm = "0.15"
tui = { version = "0.8", default-features = false, features = ['crossterm'] }