From 701e8c89fb18c20d2480305417498acbf6a6571e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Sat, 7 Jun 2025 15:52:21 -0400 Subject: [PATCH] vcpkg: add support for tools --- vcpkg.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index b8451b00..53e1e0df 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -14,7 +14,7 @@ "asio", "argon2" ], - "default-features": ["proxy"], + "default-features": ["proxy", "tools"], "features": { "proxy": { "description": "DHT Proxy", @@ -23,6 +23,12 @@ "restinio", "openssl" ] + }, + "tools": { + "description": "Tools", + "dependencies": [ + "readline" + ] } } } -- GitLab