init
This commit is contained in:
commit
e9952bacf2
6 changed files with 392 additions and 0 deletions
20
dub.json
Normal file
20
dub.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"authors": [
|
||||
"alexander"
|
||||
],
|
||||
"copyright": "Copyright © 2025, alexander",
|
||||
"description": "A minimal D application.",
|
||||
"license": "proprietary",
|
||||
"name": "dxdiff",
|
||||
"targetPath": "bin",
|
||||
"targetType": "executable",
|
||||
"libs": [
|
||||
"xdiff"
|
||||
],
|
||||
"dependencies": {
|
||||
"xdiff": {
|
||||
"repository": "git+https://git.zhirov.kz/dlang/xdiff.git",
|
||||
"version": "e2396bc172eba813cdcd1a96c494e35d687f576a"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue