diff --git a/dub.json b/dub.json index ff26bbd..44bc442 100644 --- a/dub.json +++ b/dub.json @@ -5,6 +5,8 @@ "authors": ["Brian Schott"], "license" : "Boost Software License - Version 1.0", "targetType": "executable", - "sourcePaths": ["."], - "excludedSourceFiles": ["inifiled/inifiled.d", "inifiled/test.d"], + "dependencies": { + "libdparse": { "path": "libdparse/" }, + "inifiled": { "path": "inifiled/" } + } }