From 94467856be64ba171df003f372d6627371573504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 13 Sep 2015 14:23:55 +0200 Subject: [PATCH] Add optional Botan dependency. --- dub.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index c7acef5259..9753baf7cf 100644 --- a/dub.json +++ b/dub.json @@ -13,7 +13,11 @@ "systemDependencies": "libevent 2.0.x or libev, OpenSSL 0.9.x or 1.0.x", "dependencies": { - "openssl": ">=1.0.0+1.0.0e" + "openssl": ">=1.0.0+1.0.0e", + "botan": { + "version": "~>1.12.0", + "optional": true + } }, "targetType": "library",