Skip to content

Commit 8094df3

Browse files
committed
#95 move core.d and common.d into their own sub package
1 parent d5a8a1f commit 8094df3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
File renamed without changes.
File renamed without changes.

dub.json

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"license": "BSL-1.0",
77
"targetPath": "lib",
88
"targetType": "staticLibrary",
9+
"dependencies": {
10+
"ddbc:core": "*"
11+
},
12+
"subPackages": [
13+
"./core/"
14+
],
915
"buildRequirements": [
1016
"allowWarnings"
1117
],

0 commit comments

Comments
 (0)