aboutsummaryrefslogtreecommitdiff
path: root/ports/inja/vcpkg.json
blob: 55c71f18d3216628737de33516af28495e7ec92e (plain)
1
2
3
4
5
6
7
8
9
{
  "name": "inja",
  "version": "3.3.0",
  "description": "Inja - A Template Engine for Modern C++",
  "homepage": "https://github.com/pantor/inja",
  "dependencies": [
    "nlohmann-json"
  ]
}