mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
12 lines
No EOL
340 B
TOML
12 lines
No EOL
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'] } |