Skip to content

Commit f435df1

Browse files
committed
dub.json -> dub.sdl
1 parent 1ba419b commit f435df1

File tree

2 files changed

+20
-28
lines changed

2 files changed

+20
-28
lines changed

dub.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

dub.sdl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name "mysql-native"
2+
description "A native MySQL driver implementation based on Steve Teale's original"
3+
license "BSL-1.0"
4+
copyright "Copyright (c) 2011 Steve Teale"
5+
authors "Steve Teale" "James W. Oliphant" "simendsjo" "Sönke Ludwig" "sshamov" "Nick Sabalausky"
6+
7+
dependency "vibe-d:core" version="~>0.7.28" optional=true
8+
9+
sourcePaths "source/"
10+
importPaths "source/"
11+
12+
configuration "application" {
13+
targetType "executable"
14+
versions "VibeCustomMain"
15+
}
16+
17+
configuration "library" {
18+
targetType "library"
19+
excludedSourceFiles "source/app.d"
20+
}

0 commit comments

Comments
 (0)