forked from Piturnah/gex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
54 lines (51 loc) · 1.98 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[package]
name = "gex"
version = "0.6.5-dev"
edition = "2021"
categories = ["command-line-utilities", "development-tools"]
description = "Git workflow improvement CLI tool inspired by Magit"
keywords = ["cli", "git", "workflow"]
exclude = [".github/", ".gitignore", "shell.nix"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Piturnah/gex"
homepage = "https://github.com/Piturnah/gex"
[dependencies]
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["cargo", "derive"] }
crossterm = { version = "0.27.0", features = ["serde"] }
dirs = "5.0.1"
git2 = { version = "0.18.3", default-features = false }
itertools = "0.12.1"
nom = "7.1.3"
paste = "1.0.14"
serde = { version = "1.0.198", features = ["derive"] }
serde_ignored = "0.1.10"
toml = "0.8.12"
vte = "0.13.0"
[dev-dependencies]
strum = { version = "0.26", features = ["derive"] }
test-case = "3.3.1"
# Screenreader warning: The rest of this file is ascii art of a gecko.
#
# Tokee
# (Gecko gekko) _____________
# __,---'::.- -::_ _ `-----.___ ______
# _,-'::_ ::- - -. _ ::-::_ .`--,' :: .:`-._
# ,-'_ :: _ ::_ .: :: - _ .: ::- _/ :: ,-. ::. `-._
# _,-' ::- :: ::- _ :: - :: | .: ((|)) ::`.
# ___,---' :: :: ;:: :: :.- _ ::._ :: \ : `_____::..--'
# ,-"" :: ::. ,------. (. :: \ :: :: ,-- :. _ :`. :: \ `-._
# ,' :: ' _._.:_ :.)___,-------------._(.:: ____`-._ `._ ::`--...___; ;
# ;:::. ,--'--""""" / / \. | ``-----`''`---------'
# ; `::; _ /.:/_, _\.:\_,
# | ; jrei ='-//\\--" ='-//\\--"
# ` .| '' `` '' ``
# \::'\
# \ \
# `..:`.
# `. `--.____
# `-:______ `-._
# `---'`
#
# (gecko art found at https://ascii.co.uk/art)