diff options
Diffstat (limited to 'vcpkg/ports/cialloo-rcon/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cialloo-rcon/vcpkg.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/cialloo-rcon/vcpkg.json b/vcpkg/ports/cialloo-rcon/vcpkg.json new file mode 100644 index 0000000..ea7d342 --- /dev/null +++ b/vcpkg/ports/cialloo-rcon/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "cialloo-rcon", + "version": "1.0.0", + "description": "implementation in valve source rcon protocal", + "homepage": "https://github.com/luckyweNda/rcon", + "license": "MIT", + "dependencies": [ + "asio" + ] +} |