from rust

This commit is contained in:
Alexander Zhirov 2025-08-31 16:47:55 +03:00
parent 32203fadc0
commit 1f00cff032
Signed by: alexander
GPG key ID: C8D8BE544A27C511
8 changed files with 598 additions and 323 deletions

View file

@ -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"
]
}
}
}