diff options
author | Teddy Wing | 2020-07-19 23:08:45 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-19 23:08:45 +0200 |
commit | d65b1ab87e4d3dbd7bf7ade653dd64dc5b715368 (patch) | |
tree | 6debc9869ba2b3aa9808904f5f27fd25ebda6f1c /Cargo.toml | |
parent | f87ad1230864c271a4e60ad3b6ff3abea950568d (diff) | |
download | git-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |