From d65b1ab87e4d3dbd7bf7ade653dd64dc5b715368 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 19 Jul 2020 23:08:45 +0200 Subject: Extract diff hunk and comment body from GitHub response Split the `Suggestion` struct into a new `Client` struct for the GitHub request, and `Suggestion` for the required response data. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2c40820..651abdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,6 @@ edition = "2018" [dependencies] github-rs = "0.7.0" +serde = { version = "1.0.114", features = ["derive"] } serde_json = "1.0.56" thiserror = "1.0.20" -- cgit v1.2.3