summaryrefslogtreecommitdiffstats
path: root/github_info/Cargo.toml
blob: 7bd0df83ec94f8ad2544b9ef1662aae181f84cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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.6.0" }
serde = "1.0.53"
serde_derive = "1.0.53"
serde_json = "1.0.17"
file = "1.1.2"
urlencoding = "1.0.0"
quick-error = "1.2.2"
hyper = "0.12.0"

[dependencies.github-rs]
git = "https://github.com/mgattozzi/github-rs"