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