Skip to content

Commit d2c2384

Browse files
committed
crate: update authors
1 parent b9cc423 commit d2c2384

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ documentation = "https://docs.rs/http-client"
77
description = "Types and traits for http clients."
88
keywords = ["http", "service", "client", "futures", "async"]
99
categories = ["asynchronous", "web-programming", "web-programming::http-client", "web-programming::websocket"]
10-
authors = ["Yoshua Wuyts <[email protected]>", "dignifiedquire <[email protected]>"]
10+
authors = [
11+
"Yoshua Wuyts <[email protected]>",
12+
"dignifiedquire <[email protected]>",
13+
"Jeremiah Senkpiel <[email protected]>"
14+
]
1115
readme = "README.md"
1216
edition = "2018"
1317

0 commit comments

Comments
 (0)