Добавлен вывод через библиотеку sdiff

This commit is contained in:
Alexander Zhirov 2025-09-01 18:10:28 +03:00
parent aa214dcf96
commit 7f54a56ef5
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 66 additions and 5 deletions

View file

@ -8,7 +8,14 @@
"name": "dwatch",
"targetPath": "bin",
"targetType": "executable",
"libs": [
"xdiff"
],
"dependencies": {
"fanotify": "~>0.1.0"
"fanotify": "~>0.1.0",
"sdiff": {
"repository": "git+git+https://git.zhirov.kz/dlang/sdiff.git",
"version": "8c388b112360a9f5bf89b9aa12b1977b8967b219"
}
}
}