aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-07-19 23:08:45 +0200
committerTeddy Wing2020-07-19 23:08:45 +0200
commitd65b1ab87e4d3dbd7bf7ade653dd64dc5b715368 (patch)
tree6debc9869ba2b3aa9808904f5f27fd25ebda6f1c /Cargo.toml
parentf87ad1230864c271a4e60ad3b6ff3abea950568d (diff)
downloadgit-suggestion-d65b1ab87e4d3dbd7bf7ade653dd64dc5b715368.tar.bz2
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"