summaryrefslogtreecommitdiffstats
path: root/github_info/Cargo.toml
blob: 6be9c28be81b8ce15a622f53e0c0747ec8b42dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
edition = "2018"
name = "github_info"
version = "0.8.0"
authors = ["Kornel <kornel@geekhood.net>"]

[lib]
name = "github_info"
path = "src/lib_github.rs"

[dependencies]
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
simple_cache = { git = "https://gitlab.com/crates.rs/simple_cache.git", version = "0.7.0" }
serde = "1.0.104"
serde_derive = "1.0.104"
serde_json = "1.0.44"
file = "1.1.2"
urlencoding = "1.0.0"
quick-error = "1.2.2"
hyper = "0.12.0"
github-rs = {git = "https://github.com/kornelski/github-rs"}