aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
blob: a2bb1f4cba85f0f6b8c4d716f85278d459c5e6b1 (plain)
1
2
3
4
5
6
7
8
9
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
  "name": "cru",
  "version": "0.0.1",
  "dependencies": [
    "ms-gsl",
    "gtest"
  ]
}