[修改]修改了错误的exporter名称

This commit is contained in:
makotocc0107
2024-09-04 09:51:10 +08:00
committed by Coding
parent 211a89778c
commit d93daaab6b
37 changed files with 0 additions and 0 deletions

12
opcua-exporter/vcpkg.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "opcua-exporter",
"version": "1.0",
"dependencies": [
"civetweb",
"prometheus-cpp",
"spdlog",
"nlohmann-json",
"yaml-cpp",
"open62541"
]
}