Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

15 lines
227 B
JSON

{
"name": "vcpkg-ci-duckdb",
"version": "0.0.1",
"description": "Test the icu feature",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "duckdb",
"features": [
"icu"
]
}
]
}