Update dependencies list

Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
This commit is contained in:
Tiago Garcia 2023-12-30 16:19:05 +00:00 committed by Tiago Garcia
parent fcf2b2b879
commit eac0779b96
Signed by: TiagoRG
GPG Key ID: DFCD48E3F420DB42
2 changed files with 8 additions and 3 deletions

View File

@ -6,6 +6,11 @@ Currently creating a local copy of remote files on every push
## Usage
Install the dependencies:
- [CrowCpp](https://crowcpp.org/master/)
- [nlohmann::json](https://github.com/nlohmann/json)
Compile the application:
```console
cmake .

View File

@ -1,9 +1,9 @@
#include <cstdio>
#include <fstream>
#include <iostream>
#include <fstream>
#include <cstdio>
#include <string>
#include <crow/app.h>
#include <nlohmann/json.hpp>
#include <string>
int main(int argc, char **argv) {