aboutsummaryrefslogtreecommitdiffstats
path: root/github-suggestion-cli/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-08-01 14:51:49 +0200
committerTeddy Wing2020-08-01 14:51:49 +0200
commitb218abebdf8a0aed73bfe6f61ab22e51a0f2f43c (patch)
tree8b24a1c821696dfc790b258f6c1a9355313878fa /github-suggestion-cli/Cargo.toml
parenteb74fee6be6876b86c97cdea0205ec970152358e (diff)
downloadgit-suggestion-b218abebdf8a0aed73bfe6f61ab22e51a0f2f43c.tar.bz2
Move `github-suggestion-config` to `github-suggestion-cli`
Going to use this for more cli-oriented code, so that the binaries can share more logic.
Diffstat (limited to 'github-suggestion-cli/Cargo.toml')
-rw-r--r--github-suggestion-cli/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/github-suggestion-cli/Cargo.toml b/github-suggestion-cli/Cargo.toml
new file mode 100644
index 0000000..0d07b7b
--- /dev/null
+++ b/github-suggestion-cli/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "github-suggestion-cli"
+version = "0.0.1"
+edition = "2018"
+
+[dependencies]
+git2 = "0.13.8"
+thiserror = "1.0.20"
+url = "2.1.1"