move to json; add name for projects

This commit is contained in:
Timofey Khoruzhii 2022-12-28 14:58:14 +03:00
parent dbd34e0817
commit a2186366b8
6 changed files with 210 additions and 38 deletions

View file

@ -6,6 +6,10 @@
#include <csignal>
#include <utils/filesystem.hpp>
#include <jsoncons/json.hpp>
int main(int argc, char* argv[]) {
std::signal(SIGPIPE, SIG_IGN);