gitui/Cargo.toml
Stephan Dilly 934b2a3107 cleanup
2020-03-18 01:12:04 +01:00

10 lines
242 B
TOML

[package]
name = "gitterm"
version = "0.1.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
[dependencies]
git2 = "0.10"
crossterm = "0.15"
tui = { version = "0.8", default-features = false, features = ['crossterm'] }