-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (37 loc) · 959 Bytes
/
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
[package]
name = "rrh2"
version = "2.0.0-beta-1"
repository = "https://github.com/tamada/rrh2"
readme = "README.md"
authors = [
"Haruaki Tamada <tamada_f@ke_cafebabe.jp>"
]
license = "Apache License v2.0"
description = "Remote Repositories Head/Repositories, Ready to Hack"
categories = ["command-line-utilities", "git"]
edition = "2021"
[dependencies]
atoi = "2.0.0"
chrono = { version = "0.4.38", features = ["serde"] }
chrono-humanize = "0.2.3"
chrono-tz = "0.9.0"
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
dotenv = "0.15.0"
git-url = "0.13.3"
git-url-parse = "0.4.4"
git2 = "0.18.3"
inquire = "0.7.5"
itertools = "0.13.0"
open = "5.1.4"
rust-embed = "8.4.0"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
tabled = "0.15.0"
termion = "4.0.0"
[build-dependencies]
clap = { version = "4.5.4", features = ["derive"] }
clap_complete = "4.5.2"
toml = "0.8.12"
serde_json = "1.0.117"
git2 = "0.18.3"