Skip to content

Commit 795d27b

Browse files
committed
#95 move drivers into their own sub package
1 parent a408e7b commit 795d27b

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

drivers/dub.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "drivers",
3+
"targetType": "library",
4+
"dependencies": {
5+
"ddbc:core": "*"
6+
}
7+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dub.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
"targetType": "staticLibrary",
99
"dependencies": {
1010
"ddbc:core": "*",
11+
"ddbc:drivers": "*",
1112
"ddbc:pods": "*"
1213
},
1314
"subPackages": [
1415
"./core/",
16+
"./drivers/",
1517
"./pods"
1618
],
1719
"buildRequirements": [

0 commit comments

Comments
 (0)