Skip to content

Commit

Permalink
Add optional Botan dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Sep 13, 2015
1 parent 04c34f1 commit 9446785
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9446785

Please sign in to comment.