mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:09:01 +08:00
22 lines
565 B
JSON
22 lines
565 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "opentelemetry-fluentd",
|
|
"version-semver": "2.0.0",
|
|
"description": "mdsd/fluentd exporter for OpenTelemetry C++",
|
|
"homepage": "https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/exporters",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"curl",
|
|
"nlohmann-json",
|
|
"opentelemetry-cpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|