From f086c6e0a0806f08c901fdd4077eba2ef6866634 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sat, 24 May 2025 15:44:46 +0000 Subject: [PATCH] Edit README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7987e6f..26ccd83 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,7 @@ sudo make install - [HodwardHinnart's date](https://github.com/HowardHinnant/date) (in folder src/HodwardHinnart_date, modified tz.cpp to point to correct header) ## Dependencies -- [mbedtls](https://github.com/Mbed-TLS/mbedtls) \ No newline at end of file +- [mbedtls](https://github.com/Mbed-TLS/mbedtls) + +## Code used from other peoples projects +- [Multipart server (rewriten in C++ was C# in dejuric/simplehttp)](https://github.com/dajuric/simple-http) \ No newline at end of file