diff options
author | Teddy Wing | 2020-08-01 14:51:49 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-01 14:51:49 +0200 |
commit | b218abebdf8a0aed73bfe6f61ab22e51a0f2f43c (patch) | |
tree | 8b24a1c821696dfc790b258f6c1a9355313878fa /Cargo.lock | |
parent | eb74fee6be6876b86c97cdea0205ec970152358e (diff) | |
download | git-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 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -264,7 +264,7 @@ version = "0.0.1" dependencies = [ "git2", "github-rs", - "github-suggestion-config", + "github-suggestion-cli", "regex", "serde", "serde_json", @@ -274,7 +274,7 @@ dependencies = [ ] [[package]] -name = "github-suggestion-config" +name = "github-suggestion-cli" version = "0.0.1" dependencies = [ "git2", |