mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 03:32:30 +03:00
12 lines
340 B
TOML
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'] } |