gitui/Cargo.toml
2020-03-16 13:34:01 +01:00

12 lines
340 B
TOML

[package]
name = "gitterm"
version = "0.1.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
git2 = "0.10"
crossterm = "0.15"
tui = { version = "0.8", default-features = false, features = ['crossterm'] }