add toml++ headers

This commit is contained in:
2026-06-02 00:30:58 +03:00
parent 497a800ecb
commit 4d0604e70f
55 changed files with 21775 additions and 1 deletions
+3
View File
@@ -15,6 +15,9 @@
#include <clocale>
#include <cwchar>
// Config parsing (vendored)
#include <toml++/toml.hpp>
using std::string, std::cout, std::vector;
namespace fs = std::filesystem;