This commit is contained in:
Stephan Dilly 2020-03-18 13:29:03 +01:00
parent 15fe2bdf23
commit 052c32936d
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -136,7 +136,7 @@ dependencies = [
]
[[package]]
name = "gitterm"
name = "gitui"
version = "0.1.0"
dependencies = [
"crossterm 0.15.0",

View File

@ -1,10 +1,10 @@
[package]
name = "gitterm"
name = "gitui"
version = "0.1.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
license="MIT"
homepage="https://github.com/Extrawurst/gitterm"
homepage="https://github.com/Extrawurst/gitui"
edition = "2018"
[dependencies]