-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (31 loc) · 774 Bytes
/
Cargo.toml
File metadata and controls
33 lines (31 loc) · 774 Bytes
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
[package]
name = "git-spy"
version = "0.1.2"
authors = ["hibi221b"]
edition = "2018"
license = "MIT"
readme = "README.md"
categories = ["command-line-utilities"]
description = "command-line tool to efficiently collect github repository"
repository = "https://github.com/hibi221b/git-spy"
documentation = "https://github.com/hibi221b/git-spy"
homepage = "https://github.com/hibi221b/git-spy"
keywords = [
"cli",
"scraping",
"github",
"terminal",
]
[badges]
travis-ci = { repository = "hibi221b/git-spy", branch = "master" }
[dependencies]
clap = "2.33.0"
anyhow = "1.0"
console = "0.11.3"
lazy_static = "1.4.0"
dirs = "2.0.2"
headless_chrome = "0.9.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4.11"
failure = "0.1.7"