From 4acd5cbce9945ef044dc997cb82cfad8273a0dbc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 25 Jul 2020 18:38:10 +0200 Subject: Add git-sugapply bin An executable to apply a suggested change to the appropriate file in the repo. Add a new `SuggestionUrl` type that allows us to extract the necessary data to fetch a suggestion comment from the GitHub API using a GitHub pull request comment URL. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7f5a472..4fd28dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,4 @@ serde_json = "1.0.56" tempfile = "3.1.0" thiserror = "1.0.20" unidiff = "0.3.3" +url = "2.1.1" -- cgit v1.2.3