From 659816268034ebe7e9153ae8b743114e8bcd5022 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Fri, 24 Jul 2026 09:05:33 +1000 Subject: [PATCH] I forgot one thing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ab3c7d..b4fe2c8 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The server uses the following libraries: - [cpp-httplib](https://github.com/yhirose/cpp-httplib) for the web server - [Maddy](https://github.com/progsource/maddy) for the Markdown processor - [Bcrypt.cpp](https://github.com/hilch/Bcrypt.cpp) for password hashing/salting +- [JSON for Modern C++](https://github.com/nlohmann/json) for JSON processing - [bin2cpp](https://github.com/end2endzone/bin2cpp) for packing site files into the binary The following people have contributed to the project: