Edit README.md

This commit is contained in:
2025-05-24 15:44:46 +00:00
parent 967e6998a8
commit f086c6e0a0

View File

@ -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) - [HodwardHinnart's date](https://github.com/HowardHinnant/date) (in folder src/HodwardHinnart_date, modified tz.cpp to point to correct header)
## Dependencies ## Dependencies
- [mbedtls](https://github.com/Mbed-TLS/mbedtls) - [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)