aboutsummaryrefslogtreecommitdiff
path: root/ports/continuable/vcpkg.json
blob: d62451c96ad0c85297e85aa685cc3cebd5b412da (plain)
1
2
3
4
5
6
7
8
9
{
  "name": "continuable",
  "version-string": "4.1.0",
  "description": "C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)",
  "homepage": "https://naios.github.io/continuable/",
  "dependencies": [
    "function2"
  ]
}