move to json; add name for projects
This commit is contained in:
parent
dbd34e0817
commit
a2186366b8
6 changed files with 210 additions and 38 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue