From 0f083a4436a142798647891ce15a0c696bbf3e0d Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Sat, 17 Oct 2020 18:07:27 -0700 Subject: [PATCH] Add jsha to Authors list. Per suggestion by Martin. :-) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac9318a..703b26e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ureq" version = "1.5.1" -authors = ["Martin Algesten "] +authors = ["Martin Algesten ", "Jacob Hoffman-Andrews "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0" repository = "https://github.com/algesten/ureq"