From 3f6225a5287ee10175c3f9a4f8443585368ac07a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 1 Aug 2020 15:47:32 +0200 Subject: Move `github-suggestion-cli` to the root crate This will be used by the binaries. --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index bdbc2a7..43534f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,7 +276,10 @@ dependencies = [ name = "github-suggestion-cli" version = "0.0.1" dependencies = [ + "git2", "github-suggestion", + "thiserror", + "url", ] [[package]] -- cgit v1.2.3