From 7d0e94c78b6082e20dc2f849e15a415b9bcfe6de Mon Sep 17 00:00:00 2001 From: apz28 Date: Thu, 27 Aug 2020 07:19:01 -0400 Subject: [PATCH] Update dub.json --- dub.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index b722db8..e2fc494 100644 --- a/dub.json +++ b/dub.json @@ -1,8 +1,10 @@ { "name": "pham_utility", + "targetName": "pham_utility", + "targetType": "library", "description": "Various utility modules.", "authors": ["An Pham"], "homepage": "", "license": "Boost Software License - Version 1.0", "dependencies": {} -} \ No newline at end of file +}