From b218abebdf8a0aed73bfe6f61ab22e51a0f2f43c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 1 Aug 2020 14:51:49 +0200 Subject: 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. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d5d3dd7..a5ea35b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,10 @@ tempfile = "3.1.0" thiserror = "1.0.20" url = "2.1.1" -github-suggestion-config = { path = "github-suggestion-config" } +github-suggestion-cli = { path = "github-suggestion-cli" } [workspace] members = [ - "github-suggestion-config", + "github-suggestion-cli", ] -- cgit v1.2.3