This commit is contained in:
Alexander Zhirov 2025-08-31 00:38:29 +03:00
commit e9952bacf2
Signed by: alexander
GPG key ID: C8D8BE544A27C511
6 changed files with 392 additions and 0 deletions

20
dub.json Normal file
View 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"
}
}
}