Skip to content

Commit ddf689e

Browse files
committed
credits
1 parent 8af6a0b commit ddf689e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ edition = "2018"
1010
keywords = []
1111
categories = []
1212
authors = [
13-
"Yoshua Wuyts <[email protected]>"
13+
"Renée Kooi <[email protected]>",
14+
"Yoshua Wuyts <[email protected]>",
1415
]
1516

1617
[features]

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ look at some of these issues:
5757
[good-first-issue]: https://github.com/http-rs/async-sse/labels/good%20first%20issue
5858
[help-wanted]: https://github.com/http-rs/async-sse/labels/help%20wanted
5959

60+
## Acknowledgements
61+
62+
This project was adapted from
63+
[goto-bus-stop/sse-codec](https://github.com/goto-bus-stop/sse-codec).
64+
6065
## License
6166

6267
<sup>

0 commit comments

Comments
 (0)