from rust
This commit is contained in:
parent
32203fadc0
commit
1f00cff032
8 changed files with 598 additions and 323 deletions
28
dub.json
28
dub.json
|
@ -16,5 +16,33 @@
|
|||
"repository": "git+https://git.zhirov.kz/dlang/xdiff.git",
|
||||
"version": "e2396bc172eba813cdcd1a96c494e35d687f576a"
|
||||
}
|
||||
},
|
||||
"configurations": [
|
||||
{
|
||||
"name": "lib",
|
||||
"targetType": "library",
|
||||
"sourcePaths": [
|
||||
"source"
|
||||
],
|
||||
"excludedSourceFiles": [
|
||||
"source/app.d"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "app",
|
||||
"targetType": "executable",
|
||||
"mainSourceFile": "source/app.d",
|
||||
"sourcePaths": [
|
||||
"source"
|
||||
]
|
||||
}
|
||||
],
|
||||
"buildTypes": {
|
||||
"unittest": {
|
||||
"dflags": [
|
||||
"-unittest",
|
||||
"-g"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue