Skip to content

Commit

Permalink
Merge pull request #1 from okhuz/fix/event-path-matching
Browse files Browse the repository at this point in the history
Feature: Log view for repositories
  • Loading branch information
HamzaOralK authored Aug 15, 2022
2 parents 4eced2d + 142da82 commit a7fbf41
Show file tree
Hide file tree
Showing 9 changed files with 690 additions and 311 deletions.
187 changes: 137 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitten"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
authors = ["okhuz <[email protected]>"]
license = "MIT"
Expand All @@ -12,16 +12,15 @@ keywords = ["git", "tui"]
categories = ["command-line-utilities"]
exclude = ["*.gif"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tui = "0.18"
crossterm = "0.23"
git2 = "0.14"
tui = "0.19.0"
crossterm = "0.25.0"
git2 = "0.15.0"
dirs = "4.0.0"
crossbeam-channel = "0.4.0"
crossbeam-channel = "0.5.6"
notify = "5.0.0-pre.15"
futures = "0.3.21"
chrono = "0.4"

[profile.release]
opt-level = 3
Expand Down
Loading

0 comments on commit a7fbf41

Please sign in to comment.