From c371fe0aa65d84abfaf0644317357366a53f5b17 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 17 Sep 2025 09:06:17 +0800 Subject: [PATCH] Add runtime dependencies to the README --- README.md | 5 +++++ diff --git a/README.md b/README.md index cb386c39ae95abe6cfda712ed1ebced674fd3434..d231e7a11fa2195cde4185ee5eaf8b1ef9f09334 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ - A POSIX-compatible Yacc implementation, such as [Bison](https://www.gnu.org/software/bison/) - A C compiler +## Dependencies for the example program + +- [hare-http](https://git.sr.ht/~sircmpwn/hare-http) +- [hare-ev](https://git.sr.ht/~sircmpwn/hare-ev) + ## License This inherits the ISC license from the original code. See the LICENSE file. -- 2.48.1