summaryrefslogtreecommitdiffstats
path: root/github_info/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'github_info/Cargo.toml')
-rw-r--r--github_info/Cargo.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/github_info/Cargo.toml b/github_info/Cargo.toml
new file mode 100644
index 0000000..7bd0df8
--- /dev/null
+++ b/github_info/Cargo.toml
@@ -0,0 +1,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"